ctx.translate(canvas.width/2, canvas.height/2); ctx.fillStyle = "#5A9BDC"; ctx.fillRect(0, 0, rectWidth, rectHeight); // ctx.rect(0, 0, ...
確定! 回上一頁