From d304b536d1cfb1bcff161450e746c0735684b97a Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Tue, 30 Jul 2024 08:30:35 +0200 Subject: [PATCH] .upptst --- upptst/DDARasterizer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upptst/DDARasterizer/main.cpp b/upptst/DDARasterizer/main.cpp index a1600dab3..5444f6eba 100644 --- a/upptst/DDARasterizer/main.cpp +++ b/upptst/DDARasterizer/main.cpp @@ -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();