UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

14 lines 286 B
import { createShape } from './util'; export const Ellipse = createShape('ellipse', { width: 60, height: 40, attrs: { ellipse: { rx: 30, ry: 20, cx: 30, cy: 20, }, }, }); //# sourceMappingURL=ellipse.js.map