mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
![]() We're using `Canvas::intersect_scissor` to combine the viewport clip of the flickable with any child `Clip` element, for example. Unfortunately `intersect_scissor` has a bug and this patch works around it by doing the scissor intersection manually. This works because we don't apply a global transform on the canvas -- all scaling and translation is done locally in the draw functions. |
||
---|---|---|
.. | ||
default | ||
gl | ||
qt |