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

Properties

animatedPoints: SVGPointList
points: SVGPointList