UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines (7 loc) 235 B
import { Attr } from '../attr'; import { Marker } from './index'; export interface EllipseMarkerOptions extends Attr.SimpleAttrs { rx?: number; ry?: number; } export declare const ellipse: Marker.Factory<EllipseMarkerOptions>;