mirror of https://github.com/kivy/kivy.git
fix bad kv
This commit is contained in:
parent
2cbf08ced7
commit
31825a8b3d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue