UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

9 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.length = void 0; const length = (view, magnet, ref, options) => { const length = options.length != null ? options.length : 20; return view.getPointAtLength(length); }; exports.length = length; //# sourceMappingURL=length.js.map