SVGAnimatedPreserveAspectRatio
Used for attributes of type SVGPreserveAspectRatio which can be animated.
interface SVGAnimatedPreserveAspectRatio {
readonly animVal: SVGPreserveAspectRatio;
readonly baseVal: SVGPreserveAspectRatio;
}var SVGAnimatedPreserveAspectRatio: {
prototype: SVGAnimatedPreserveAspectRatio;
new (): SVGAnimatedPreserveAspectRatio;
};§Properties
§
readonly animVal: SVGPreserveAspectRatio
[src]§
readonly baseVal: SVGPreserveAspectRatio
[src]