community icon indicating copy to clipboard operation
community copied to clipboard

SmoothRoundedRectangle not fully hidden with using StencilView

Open GvozdevLeonid opened this issue 1 year ago • 0 comments

Software Versions

  • Python: 3.12
  • OS: Macos
  • Kivy: 2.3.0
  • Kivy installation method: pip

Describe the bug When using SmoothRoundedRectangle with translucency background, the frame is visible outside the visible area of ​​StencilView( ScrollView ) Exactly the same behavior for SmoothRectangle

Expected behavior I would like the element to be completely hidden outside the visible area

GvozdevLeonid avatar Jul 17 '24 19:07 GvozdevLeonid