diff --git a/ti/static/ti/cv.js b/ti/static/ti/cv.js index 5ac171804a087e06c1f51522ee8074fd66911494..84aece41a96619d23e67b358c8fb37e54bfa3e67 100644 --- a/ti/static/ti/cv.js +++ b/ti/static/ti/cv.js @@ -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(); }