diff --git a/examples/canvas/circle.py b/examples/canvas/circle.py index 82469d4e1..093dc1d32 100644 --- a/examples/canvas/circle.py +++ b/examples/canvas/circle.py @@ -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