UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

13 lines (11 loc) 188 B
import { createShape } from './util' export const Polyline = createShape('polyline', { width: 60, height: 40, attrs: { text: { refY: null, refDy: 16, }, }, })