var ctx = canvas.getContext('2d');. var circles = []; ... ctx.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false);. ctx.strokeStyle = color;.
確定! 回上一頁