UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

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