diff --git a/examples/testcanvas.py b/examples/testcanvas.py index 6e6c3b31d..9d338cf26 100644 --- a/examples/testcanvas.py +++ b/examples/testcanvas.py @@ -14,7 +14,7 @@ my_color = None t1 = None with c: Color(0,0,1,1) - Ellipse(pos=(100,100), size=(200,100), segments = 32) + Ellipse(pos=(100,100), size=(200,100), segments = 128) ''' PathStart(100,100) PathLineTo(200,200)