UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

13 lines (11 loc) 204 B
import { createShape } from './util' export const Ellipse = createShape('ellipse', { attrs: { body: { refCx: '50%', refCy: '50%', refRx: '50%', refRy: '50%', }, }, })