WebIDLpedia

SVGAnimatedPreserveAspectRatio interface

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