title: HTML5 canvas 添加弧形

要使用Konva添加弧形, 我们可以实例化一个Konva.Arc()对象.

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

{% iframe /downloads/code/shapes/Arc.html %}

{% include_code Konva Arc Demo shapes/Arc.html %}