UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

12 lines 276 B
import { createShape } from './util'; export const Ellipse = createShape('ellipse', { attrs: { body: { refCx: '50%', refCy: '50%', refRx: '50%', refRy: '50%', }, }, }); //# sourceMappingURL=ellipse.js.map