From 69ecea3dd9d660fe8993ba6ef440853cadc6665f Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 29 Apr 2025 01:47:54 -0400 Subject: [PATCH] reducing the box width --- animations/hash_tables/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/hash_tables/main.js b/animations/hash_tables/main.js index dc9d32c..539a0c7 100644 --- a/animations/hash_tables/main.js +++ b/animations/hash_tables/main.js @@ -539,7 +539,7 @@ var funcCodeBox = new Konva.Rect ({ x: 850, y: 25, - width: 750, + width: 650, height: funcCodeLines.length * 24 + 30, fill: '#ddd', stroke: '#555',