Interface SVGAnimatedPreserveAspectRatio
interface SVGAnimatedPreserveAspectRatio {
animVal: SVGPreserveAspectRatio;
baseVal: SVGPreserveAspectRatio;
}
animVal: SVGPreserveAspectRatio;
baseVal: SVGPreserveAspectRatio;
}
Properties
ReadonlyanimVal
The animVal read-only property of the SVGAnimatedPreserveAspectRatio interface represents the value of the preserveAspectRatio attribute of an SVG element after any animations or transformations are applied.
ReadonlybaseVal
The baseVal read-only property of the SVGAnimatedPreserveAspectRatio interface represents the base (non-animated) value of the preserveAspectRatio attribute of an SVG element.
The
SVGAnimatedPreserveAspectRatiointerface represents attributes of type SVGPreserveAspectRatio which can be animated.MDN Reference