@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
9 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.length = void 0;
var length = function (view, magnet, ref, options) {
var length = options.length != null ? options.length : 20;
return view.getPointAtLength(length);
};
exports.length = length;
//# sourceMappingURL=length.js.map