This commit is contained in:
Mirek Fidler 2024-07-30 08:30:35 +02:00
parent 837fce23ea
commit d304b536d1

View file

@ -110,7 +110,7 @@ void MyApp::Paint(Draw& w)
#if 1
r.Width(width);
r.Ellipse(Rect(10, 10, p.x, p.y));
r.Ellipse(Rect(10, 10, p.x, p.y), 10);
#endif
r.color = Black();