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

Hierarchy (view full)

Properties

animatedPoints: SVGPointList
points: SVGPointList

Generated using TypeDoc