SVGPolygonElement
SVGPolygonElement 接口提供了对 <polygon> 元素的属性的访问,以及操作这些属性的方法。
实例属性
此接口还继承了其父接口 SVGGeometryElement 的属性。
SVGPolygonElement.animatedPoints只读-
一个
SVGPointList对象,表示元素points属性的动画值。如果points属性未被动画化,它包含的值与points属性的值相同。 SVGPolygonElement.points-
一个
SVGPointList对象,表示元素points属性的基线(即静态)值。通过SVGPointList对象进行的修改会反映在points属性中,反之亦然。
实例方法
此接口不实现任何特定方法,但继承了其父接口 SVGGeometryElement 的方法。
规范
| 规范 |
|---|
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGPolygonElement |
浏览器兼容性
加载中…