Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

points

« SVG属性参考主页

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属性:

文档标签和贡献者

 此页面的贡献者: fanxiaojie
 最后编辑者: fanxiaojie,