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