slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.7k stars 614 forks source link

swrenderer: Always use an offset in the image when rednering glyphs #6673

Closed ogoffart closed 1 month ago

ogoffart commented 1 month ago

Instead of using the trick of taking a sub-slice and pretending the image was smaller than it is. Then this is more uniforpm with all the other rendering path. And this should prevent the panic in #6643

fixes #6643