--- title: polygon slug: Web/SVG/Element/polygon tags: - SVG - SVG图形 - 元素 - 参考 translation_of: Web/SVG/Element/polygon ---
{{SVGRef}}

polygon元素定义了一个由一组首尾相连的直线线段构成的闭合多边形形状。最后一点连接到第一点。欲了解开放形状,请看{{SVGElement("polyline")}}元素。

用法

{{svginfo}}

示例

» polygon.svg

属性

全局属性

专有属性

DOM 接口

该元素实现了SVGPolygonElement接口。

浏览器兼容性

{{Compat("svg.elements.polygon")}}

相关内容