Make circle more circular

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 18:53:56 +07:00
parent 4fa9c1d1f1
commit 50a08d0b41
1 changed files with 1 additions and 1 deletions

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