diff --git a/ti/static/ti/cv.js b/ti/static/ti/cv.js index 5a4d8b3aacf78a955a9e952527d85721f56aca22..2ff7faaaf514f7a721e709c3b46916b3c4054fd8 100644 --- a/ti/static/ti/cv.js +++ b/ti/static/ti/cv.js @@ -78,13 +78,6 @@ pos.X = coors.X; 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(coors.X, coors.Y); - ctx.stroke(); } function finishDraw(){