SVGStopElement.idl 186 B

1234567
  1. #import <SVG/SVGElement.idl>
  2. #import <SVG/SVGAnimatedNumber.idl>
  3. [Exposed=Window]
  4. interface SVGStopElement : SVGElement {
  5. [SameObject] readonly attribute SVGAnimatedNumber offset;
  6. };