SVG ellipse
An ellipse usually looks like a squashed circle, although a circle is, in fact, a special kind of ellipse. The only difference with the <circle>
element is that you define 2 parameters of the <ellipse>
radius — ry
and rx
. The cx
and cy
attributes are the same and specify the ellipse center coordinates.