The Canvas is the root object used for drawing by a Widget . A kivy canvas is not the place where you paint. Each Widget in Kivy already has a Canvas by default. When you create a widget, you can create all the instructions needed for drawing.
Read more