SVGAnimatedLength.idl 233 B

12345678
  1. #import <SVG/SVGLength.idl>
  2. // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLength
  3. [Exposed=Window]
  4. interface SVGAnimatedLength {
  5. readonly attribute SVGLength baseVal;
  6. readonly attribute SVGLength animVal;
  7. };