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();