SVGEllipseElement.idl 377 B

12345678910
  1. #import <SVG/SVGAnimatedLength.idl>
  2. #import <SVG/SVGGeometryElement.idl>
  3. [Exposed=Window]
  4. interface SVGEllipseElement : SVGGeometryElement {
  5. [SameObject] readonly attribute SVGAnimatedLength cx;
  6. [SameObject] readonly attribute SVGAnimatedLength cy;
  7. [SameObject] readonly attribute SVGAnimatedLength rx;
  8. [SameObject] readonly attribute SVGAnimatedLength ry;
  9. };