Interface SVGAnimatedRect

    Used for attributes of basic SVGRect which can be animated.

    MDN Reference

    interface SVGAnimatedRect {
        animVal: DOMRectReadOnly;
        baseVal: DOMRect;
    }

    Properties

    Properties

    baseVal: DOMRect