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

Hierarchy (View Summary)

Properties

animatedPoints: SVGPointList
points: SVGPointList