UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

12 lines 253 B
import { createShape } from './util'; export const Polyline = createShape('polyline', { width: 60, height: 40, attrs: { text: { refY: null, refDy: 16, }, }, }); //# sourceMappingURL=polyline.js.map