Fix circle

This commit is contained in:
2022-03-03 22:57:03 +01:00
parent cd309c04f2
commit 7fbad9a90d
2 changed files with 27 additions and 8 deletions

View File

@@ -39,8 +39,9 @@ int main()
target.DrawLine(center, end);
}
target.DrawCircle(center, 200);
target.DrawCircle(center, 210);
target.DrawCircle(center, 220);
display.Display(target.getImage());