mirror of https://github.com/kivy/kivy.git
Added examples/canvas/lines_extended.py docstring
This commit is contained in:
parent
650e539631
commit
23a59bbf92
|
@ -1,3 +1,12 @@
|
|||
'''
|
||||
Lines Extended Demo
|
||||
===================
|
||||
|
||||
This demonstrates how to use the extended line drawing routines such
|
||||
as circles, elipses, and rectangles. You should see a static image of
|
||||
labelled shapes on the screen.
|
||||
'''
|
||||
|
||||
from kivy.app import App
|
||||
from kivy.uix.gridlayout import GridLayout
|
||||
from kivy.uix.widget import Widget
|
||||
|
|
Loading…
Reference in New Issue