egui/crates
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
..
ecolor Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
eframe Disallow `accesskit` on Android NativeActivity, making `hello_android` working again (#6855) 2025-05-18 13:17:28 +02:00
egui Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
egui-wgpu Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
egui-winit Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_demo_app Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_demo_lib Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
egui_extras Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
egui_glow Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
egui_kittest Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
epaint Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00
epaint_default_fonts Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00