SVGStopElement.idl 268 B

12345678
  1. #import <SVG/SVGElement.idl>
  2. #import <SVG/SVGAnimatedNumber.idl>
  3. // https://svgwg.org/svg2-draft/single-page.html#pservers-InterfaceSVGStopElement
  4. [Exposed=Window]
  5. interface SVGStopElement : SVGElement {
  6. [SameObject] readonly attribute SVGAnimatedNumber offset;
  7. };