mirror of https://github.com/kivy/kivy.git
merge master
This commit is contained in:
parent
8625c262d6
commit
b2ea14fa82
|
@ -14,7 +14,7 @@ my_color = None
|
||||||
t1 = None
|
t1 = None
|
||||||
with c:
|
with c:
|
||||||
Color(0,0,1,1)
|
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)
|
PathStart(100,100)
|
||||||
PathLineTo(200,200)
|
PathLineTo(200,200)
|
||||||
|
|
Loading…
Reference in New Issue