ctx.save();. ctx.translate(x,y);. ctx.fillStyle = "brown";. ctx.beginPath();. ctx.arc(0,0,25,0,2*Math.PI);. ctx.fill();. ctx.strokeStyle = "orange";. ctx.
確定! 回上一頁