egui/crates/egui_extras/src
Emil Ernerfeldt b8334f365b
Fix sometimes blurry SVGs (#7071)
* Closes https://github.com/emilk/egui/issues/3501

The problem occurs when you want to render the same SVG at different
scales, either at the same time in different parts of your UI, or at two
different times (e.g. the DPI changes).

The solution is to use the `SizeHint` as part of the key.

However, when you have an SVG in a resizable container, that can lead to
hundreds of versions of the same SVG. So new eviction code is added to
handle this case.
2025-05-21 20:01:40 +02:00
..
datepicker Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
loaders Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
image.rs Fix incorrect color fringe colors on SVG:s (#7069) 2025-05-21 17:18:36 +02:00
layout.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
lib.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
loaders.rs Animated WebP support (#5470) 2024-12-29 11:46:08 +01:00
sizing.rs Add assert messages and print bad argument values in asserts (#5216) 2025-03-25 09:20:29 +01:00
strip.rs Fix some clippy issues found by 1.84.0 (#5603) 2025-01-13 08:29:13 +01:00
syntax_highlighting.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
table.rs `ScrollArea` improvements for user configurability (#5443) 2025-04-25 11:01:22 +02:00