fix bad kv

This commit is contained in:
Ryan Pessa 2015-05-28 09:57:13 -05:00
parent 2cbf08ced7
commit 31825a8b3d
1 changed files with 6 additions and 5 deletions

View File

@ -82,11 +82,12 @@ Here is an example, in kv style::
Rectangle:
size: 900, 900
StencilUnUse:
# new in kivy 1.3.0, remove the mask previously added
Rectangle:
pos: 100, 100
size: 100, 100
StencilUnUse
# you must redraw the stencil mask to remove it
Rectangle:
pos: 100, 100
size: 100, 100
StencilPop