UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

14 lines (12 loc) 192 B
import { createShape } from './util' export const Circle = createShape('circle', { width: 60, height: 60, attrs: { circle: { r: 30, cx: 30, cy: 30, }, }, })