SVGRadialGradientElement.idl 451 B

1234567891011
  1. #import <SVG/SVGGradientElement.idl>
  2. [Exposed=Window]
  3. interface SVGRadialGradientElement : SVGGradientElement {
  4. [SameObject] readonly attribute SVGAnimatedLength cx;
  5. [SameObject] readonly attribute SVGAnimatedLength cy;
  6. [SameObject] readonly attribute SVGAnimatedLength r;
  7. [SameObject] readonly attribute SVGAnimatedLength fx;
  8. [SameObject] readonly attribute SVGAnimatedLength fy;
  9. [SameObject] readonly attribute SVGAnimatedLength fr;
  10. };