mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
![]() When a tile is open artifacts would be visible around the edge of the tile. That's because a zero width rectangle would cause pixels to appear with femtovg. The Qt backend however has an early abort in `get_geometry!`. This patches applies the same early-abort semantics to both backends and switches to `<= 0`, corresponding to euclid::Size's `is_empty()`. |
||
---|---|---|
.. | ||
fonts | ||
Cargo.toml | ||
eventloop.rs | ||
fonts_fontdb.rs | ||
fonts_wasm.rs | ||
graphics_window.rs | ||
lib.rs | ||
svg.rs |