From 7bc9b764d6b51b0faa914fcf9fdd24e997b2cfa2 Mon Sep 17 00:00:00 2001
From: Young Guk Kim <kyk1047715@gmail.com>
Date: Wed, 25 Apr 2018 06:57:45 +0900
Subject: [PATCH] 50

---
 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 5ac1718..84aece4 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();
   }
-- 
GitLab