Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedLengthList
[Exposed=Window]
interface SVGAnimatedLengthList {
[SameObject] readonly attribute SVGLengthList baseVal;
[SameObject] readonly attribute SVGLengthList animVal;
};
SVGAnimatedLengthList
interfaceScalable Vector Graphics (SVG) 2 defines SVGAnimatedLengthList
[Exposed=Window]
interface SVGAnimatedLengthList {
[SameObject] readonly attribute SVGLengthList baseVal;
[SameObject] readonly attribute SVGLengthList animVal;
};
SVGAnimatedLengthList