title: HTML5 canvas 绘制多边形教程

要使用Konva创建一个多边形, 我们可以实例化一个Konva.Line()对象和closed=true属性.

有关属性和方法的完整列表,请参阅Konva.Line文档

{% iframe /downloads/code/shapes/Line_-_Polygon.html %}

{% includecode Konva Polygon Demo shapes/Line-_Polygon.html %}