ctx.strokeStyle = "#FF00FF";. ctx.lineWidth = 5;. //draw circles. ctx.beginPath();. ctx.arc(x, y, radius, startAngle, endAngle, false);. ctx.fill();.
確定! 回上一頁