Interface SVGAnimatedPoints

    interface SVGAnimatedPoints {
        animatedPoints: SVGPointList;
        points: SVGPointList;
    }
    Hierarchy

    Properties

    animatedPoints: SVGPointList
    points: SVGPointList