PUBLIC

JavaScript SVGEllipseElement : SVGElement

Defines a ellipse.

Instance Properties

cx : SVGAnimatedLength  

The x position of the center of the ellipse.

Example:

Run

Results:

 

cy : SVGAnimatedLength  

The y position of the center of the ellipse.

Example:

Run

Results:

 

rx : SVGAnimatedLength  

The radius of the ellipse along the x direction.

Example:

Run

Results:

 

ry : SVGAnimatedLength  

The radius of the ellipse along the y direction.

Example:

Run

Results: