Ellipse

Draws an Ellipse shape.

Syntax

<Ellipse x="float" y="float" height="float" width="float" />

Attributes

The Ellipse element must contain the following attributes:

x, y, width, height
A collection of geometric attributes that specify the element's size and position.

Inner elements

The Ellipse element must contain either a single Stroke element or a single Fill element. An ellipse can also optionally contain any number of Transform elements.