Add examples/canvas/circle.py docstring

This commit is contained in:
Charles Merriam 2015-01-31 18:16:40 -08:00
parent 650e539631
commit 3fb1b3e954
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# this is for testing angle_stop/angle_start
'''
Circle Example
==============
This example exercises circle (ellipse) drawing. You should see sliders at the
top of the screen with the Kivy logo below it. The sliders control the
angle start and stop and the height and width scales. There is a button
to reset the sliders. The entire example is coded in the
kv language description.
'''
from kivy.app import App
from kivy.lang import Builder