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

ms

parent 4d5f7d92
No related branches found
No related tags found
No related merge requests found
...@@ -77,13 +77,6 @@ ...@@ -77,13 +77,6 @@
ctx.lineTo(coors.X, coors.Y); ctx.lineTo(coors.X, coors.Y);
pos.X = coors.X; pos.X = coors.X;
pos.Y = coors.Y; pos.Y = coors.Y;
ctx.stroke();
ctx.fillStyle = 'red'; // 채우기 색 지정
ctx.globalAlpha = "1.0"; // 채우기 투명도 설정
ctx.fillRect(0,0,500,500);
ctx.beginPath();
ctx.moveTo(50, 50);
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