this.draw = function () {. ctx.beginPath();. ctx.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false);. ctx.strokeStyle = color;. ctx.stroke();. } ...
確定! 回上一頁