From 2f1b6d6e74d712fb821024f5a97e6baead47ed42 Mon Sep 17 00:00:00 2001
From: Young Guk Kim <kyk1047715@gmail.com>
Date: Wed, 25 Apr 2018 07:14:46 +0900
Subject: [PATCH] complete

---
 ti/static/ti/cv.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ti/static/ti/cv.js b/ti/static/ti/cv.js
index 5a4d8b3..2ff7faa 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(){
-- 
GitLab