From 0cfa7872ae978727714f4b2c97ed26bdcb27fd8c Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Wed, 25 Apr 2018 06:59:07 +0900 Subject: [PATCH] 500 --- 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..3b3f456 100644 --- a/ti/static/ti/cv.js +++ b/ti/static/ti/cv.js @@ -83,7 +83,7 @@ ctx.fillRect(0,0,500,500); ctx.beginPath(); ctx.moveTo(50, 50); -ctx.lineTo(100, 100); +ctx.lineTo(500, 500); ctx.stroke(); } -- GitLab