diff --git a/kivy/graphics/stencil_instructions.pyx b/kivy/graphics/stencil_instructions.pyx index 0e385b2662..5533831b8b 100644 --- a/kivy/graphics/stencil_instructions.pyx +++ b/kivy/graphics/stencil_instructions.pyx @@ -5,7 +5,6 @@ Stencil instructions .. versionadded:: 1.0.4 .. versionchanged:: 1.3.0 - The stencil operation has been updated to resolve some issues that appeared when nested. You **must** now have a StencilUnUse and repeat the same operation as you did after StencilPush.