From 6b9a1666cd6e0fae072251971beccdb4b9b29949 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Thu, 5 Sep 2024 09:19:24 +0000 Subject: [PATCH] Update file homepage.js --- static/homepage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/homepage.js b/static/homepage.js index e9d935d..87536b9 100644 --- a/static/homepage.js +++ b/static/homepage.js @@ -249,7 +249,7 @@ function draw(){ var centerX = canvas.width / 2; - verticalLine(centerX, 200, 8000, ctx, canvas_h); + verticalLine(centerX, 200, 5000, ctx, canvas_h); circularArc(centerX - 30, 1600, ctx, canvas_h, 3, 0); -- GitLab