From a2255b944b58c0b7a7d00d9208cf4097f850bbb9 Mon Sep 17 00:00:00 2001
From: Young Guk Kim <kyk1047715@gmail.com>
Date: Wed, 25 Apr 2018 07:04:07 +0900
Subject: [PATCH] ms

---
 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 3e6a12a..c01989c 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(){
-- 
GitLab