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 %}
要使用Konva
创建一个多边形, 我们可以实例化一个Konva.Line()
对象和closed=true
属性.
有关属性和方法的完整列表,请参阅Konva.Line文档
{% iframe /downloads/code/shapes/Line_-_Polygon.html %}
{% includecode Konva Polygon Demo shapes/Line-_Polygon.html %}
让时间为你证明