Commit ebaab1cf by doszhang

dos

parent b33af3eb
......@@ -118,7 +118,7 @@
this.ctx.beginPath();
this.ctx.fillStyle = '#FFFFFF';
this.ctx.globalCompositeOperation = "destination-out";
this.ctx.arc(defineX, defindY, 10, 0, 2 * Math.PI);
this.ctx.arc(defineX, defineX, 10, 0, 2 * Math.PI);
this.ctx.fill();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment