Interface SVGAnimatedPreserveAspectRatio

    Used for attributes of type SVGPreserveAspectRatio which can be animated.

    MDN Reference

    interface SVGAnimatedPreserveAspectRatio {
        animVal: SVGPreserveAspectRatio;
        baseVal: SVGPreserveAspectRatio;
    }

    Properties

    Properties