draw a Arc that's pointing downwards var arc = new Konva.Arc({ innerRadius: 40, outerRadius: 80, fill: 'red', stroke: 'black' strokeWidth: 5, angle: 60, ...
確定! 回上一頁