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