mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +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. |
||
---|---|---|
.. | ||
fonts | ||
Cargo.toml | ||
eventloop.rs | ||
fonts.rs | ||
graphics_window.rs | ||
lib.rs | ||
svg.rs |