Commit 761bfce2 by doszhang

dos

parent 73fbd4fd
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
that.ctx.beginPath(); that.ctx.beginPath();
that.ctx.fillStyle = '#FFFFFF'; that.ctx.fillStyle = '#FFFFFF';
that.ctx.globalCompositeOperation = "destination-out"; that.ctx.globalCompositeOperation = "destination-out";
that.ctx.arc(defineX, defineY, 50, 0, 2 * Math.PI); that.ctx.arc(defineX, defineY, 30, 0, 2 * Math.PI);
that.ctx.fill(); that.ctx.fill();
},1); },1);
} }
......
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