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