SVGAnimatedLength.idl 146 B

123456
  1. #import <SVG/SVGLength.idl>
  2. interface SVGAnimatedLength {
  3. readonly attribute SVGLength baseVal;
  4. readonly attribute SVGLength animVal;
  5. };