From 6c707babe04b61190d9cf8dd75e7816356a5a180 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Sun, 1 Feb 2015 11:46:32 -0800 Subject: [PATCH] examples/canvas/mesh.py update docstring --- examples/canvas/mesh.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/canvas/mesh.py b/examples/canvas/mesh.py index e8f02604e..4cac76f54 100644 --- a/examples/canvas/mesh.py +++ b/examples/canvas/mesh.py @@ -2,6 +2,9 @@ Mesh test ========= +This demonstrates the use of a mesh mode to distort an image. You should see +a line of buttons across the bottom of a canvas. Pressing them displays +the mesh, a small circle of points, with different mesh.mode settings. ''' from kivy.uix.button import Button