UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

5 lines 200 B
export const length = (view, magnet, ref, options) => { const length = options.length != null ? options.length : 20; return view.getPointAtLength(length); }; //# sourceMappingURL=length.js.map