Skip to content
Snippets Groups Projects
Commit 0cfa7872 authored by kyk1047715's avatar kyk1047715
Browse files

500

parent 7bc9b764
Branches
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
ctx.fillRect(0,0,500,500); ctx.fillRect(0,0,500,500);
ctx.beginPath(); ctx.beginPath();
ctx.moveTo(50, 50); ctx.moveTo(50, 50);
ctx.lineTo(100, 100); ctx.lineTo(500, 500);
ctx.stroke(); ctx.stroke();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment