canvas.draw = function() { ctx = this.ctx; ... globalCompositeOperation = "destination-out"; ctx.arc(mousePos.x, mousePos.y, this.r, 0, ...
確定! 回上一頁