···5757 - cy: number => Vertical position of the center, default to 30
5858 - stroke: string => lines color, default to svg:create() parameter ("#000000" by default)
5959 - strokeWidth: string => lines width, default to 1
6060+ - fill: string => fill color, default to svg:create() parameter ("transparent" by default)
6161+6262+**svg:Ellipse(cx, cy, rx, ry, stroke, strokeWidth, fill)** *add an ellipse*
6363+6464+ - cx: number => Horizontal position of the center, default to 30
6565+ - cy: number => Vertical position of the center, default to 30
6666+ - rx: number => Horizontal radius of the ellipse, default to 25
6767+ - ry: number => Vertical radius of the ellipse, default to 15
6868+ - stroke: string => lines color, default to svg:create() parameter ("#000000" by default)
6969+ - strokeWidth: string => lines width, default to 1
6070 - fill: string => fill color, default to svg:create() parameter ("transparent" by default)