mirror of https://github.com/kivy/kivy.git
examples/canvas/mesh.py update docstring
This commit is contained in:
parent
650e539631
commit
6c707babe0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue