UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

15 lines (13 loc) 210 B
import { createShape } from './util' export const Ellipse = createShape('ellipse', { width: 60, height: 40, attrs: { ellipse: { rx: 30, ry: 20, cx: 30, cy: 20, }, }, })