From bcc5b546179350c4d461885a83cc177f9d75878c Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Wed, 25 Apr 2018 06:55:33 +0900 Subject: [PATCH] ml --- ti/static/ti/cv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ti/static/ti/cv.js b/ti/static/ti/cv.js index 84aece4..5ac1718 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(50, 50); +ctx.moveTo(coors.X, coors.Y); ctx.lineTo(100, 100); ctx.stroke(); } -- GitLab