diff --git a/ti/static/ti/cv.js b/ti/static/ti/cv.js index 3e6a12aa5d1d7aa01132ebda932c28337279a807..c01989cc978d06385fe6bd301bd9f0032dcd3425 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(500, 500); -ctx.stroke(); } function finishDraw(){