From 490336610383b9a23655fb0b390bd747110d4df1 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 29 Apr 2025 01:53:23 -0400 Subject: [PATCH] testing 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 539a0c7..f5f5c25 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: 650, + width: 550, height: funcCodeLines.length * 24 + 30, fill: '#ddd', stroke: '#555',