fix confusion between circle radius and diameter

classic shite
This commit is contained in:
2026-03-19 19:05:12 +01:00
parent dd59c7d51a
commit ad45eddbf5
3 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ public class App {
SCollection.of(
SRectangle.create(100, 200, 40, 60, Color.MAGENTA),
SRectangle.create(150, 200, 40, 60, Color.MAGENTA),
SCircle.create(200, 200, 60)
SCircle.create(200, 250, 30)
)
);
}