The SVGEllipseElement
interface provides access to the properties of <ellipse>
elements, as well as methods to manipulate them.
Properties
cx
SVGAnimatedLength
Read only
Corresponds to attribute cx
on the given <ellipse>
element.
cy
SVGAnimatedLength
Read only
Corresponds to attribute cy
on the given <ellipse>
element.
rx
SVGAnimatedLength
Read only
Corresponds to attribute rx
on the given <ellipse>
element.
ry
SVGAnimatedLength
Read only
Corresponds to attribute ry
on the given <ellipse>
element
Normative document SVG 1.1 (2nd Edition)
Methods
The SVGEllipseElement
interface do not provide any specific methods.
Example
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 9.0 | (Yes) | (Yes) |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | No support | (Yes) | ? | (Yes) | (Yes) |
See also
<ellipse>
SVG Element