points
属性定义了用来画一个<polyline>
元素或画一个SVGElement("polygon") }}元素的点的数列。
每个点用用户坐标系统中的一个X坐标和Y坐标定义。用逗号分开每个点的X和Y坐标标记是一个常用实践(但是并非必要),使用空间标注每个点。
用法
类别 | 无 |
---|---|
值 | <list-of-points> |
可变性 | Yes |
规范文档 | SVG 1.1 (2nd Edition): The polyline element SVG 1.1 (2nd Edition): The polygon element |
示例
<svg xmlns="https://www.w3.org/2000/svg" version="1.1"> <polygon points="100,10 250,150 200,110" style="fill:lime;stroke:purple;stroke-width:1" /> </svg>
元素
以下元素可以使用points
属性: