From 50a08d0b41b221af885b8d8701636fd8a6565f85 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sat, 8 Apr 2023 18:53:56 -0500 Subject: [PATCH] Make circle more circular --- commands/drawDesign.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index bf3fddc..18c033a 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -175,7 +175,7 @@ function design4(input) { dist = Math.sqrt( (i - radius) * (i - radius) + - (j - radius) * (j - radius) + (j - radius) ); // dist should be in the range (radius - 0.5)