Skip to content
Snippets Groups Projects
Commit 7bc9b764 authored by kyk1047715's avatar kyk1047715
Browse files

50

parent bcc5b546
Branches
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
ctx.globalAlpha = "1.0"; // 채우기 투명도 설정
ctx.fillRect(0,0,500,500);
ctx.beginPath();
ctx.moveTo(coors.X, coors.Y);
ctx.moveTo(50, 50);
ctx.lineTo(100, 100);
ctx.stroke();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment