Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedPreserveAspectRatio
[Exposed=Window]
interface SVGAnimatedPreserveAspectRatio {
[SameObject] readonly attribute SVGPreserveAspectRatio baseVal;
[SameObject] readonly attribute SVGPreserveAspectRatio animVal;
};
Methods and attributes that return objects implementing SVGAnimatedPreserveAspectRatio
Referring IDL interfaces/dictionaries
Referring specifications
- Filter Effects Module Level 1 refers to
SVGAnimatedPreserveAspectRatio