Merge pull request #2971 from merriam/merriam_branch_28

Added examples/canvas/lines_extended.py docstring
This commit is contained in:
dessant 2015-02-01 22:32:37 +02:00
commit 0b14bd7fb8
1 changed files with 9 additions and 0 deletions

View File

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