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

层级 (查看完整内容)

属性

animatedPoints: SVGPointList
points: SVGPointList