Make circle more circular

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 18:53:56 -05:00
parent 4fa9c1d1f1
commit 50a08d0b41

View File

@ -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)