SVGCircleElement.idl 317 B

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