WebIDLpedia

SVGAnimatedRect interface

Definition

Scalable Vector Graphics (SVG) 2 defines SVGAnimatedRect



[Exposed=Window]
interface SVGAnimatedRect {
  [SameObject] readonly attribute DOMRect baseVal;
  [SameObject] readonly attribute DOMRectReadOnly animVal;
};

Methods and attributes that return objects implementing SVGAnimatedRect

Referring IDL interfaces/dictionaries