Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
"<ellipse>"

Creates an ellipse centered on cx, cy, with radius rx and ry.

<ellipse cx="150" cy="150" rx="140" ry="100" fill="none" stroke="black" />

cx,cy rx ry

Attribute Default Description
cx 0 Center X coordinate.
cy 0 Center Y coordinate.
rx auto ("auto" on rx/ry) Horizontal radius, along the X axis.
ry auto ("auto" on rx/ry) Vertical radius, along the Y axis.