merge master

This commit is contained in:
Thomas Hansen 2010-11-04 22:04:43 -05:00
parent 8625c262d6
commit b2ea14fa82
1 changed files with 1 additions and 1 deletions

View File

@ -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)