egui/crates/egui_demo_lib/tests/snapshots/demos
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
..
Bézier Curve.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Clipboard Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Code Editor.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Code Example.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Context Menus.png Add `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
Cursor Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Dancing Strings.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Drag and Drop.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Extra Viewport.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Font Book.png Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00
Frame.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Grid Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Highlighting.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
ID Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Input Event History.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Input Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Interactive Container.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Layout Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Manual Layout Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Misc Demos.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Modals.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Multi Touch.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Painting.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Pan Zoom.png Change `Harness::run` to run until no more repaints are requested (#5580) 2025-01-07 08:33:44 +01:00
Panels.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Popups.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
SVG Test.png Fix sometimes blurry SVGs (#7071) 2025-05-21 20:01:40 +02:00
Scene.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Screenshot.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Scrolling.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Sliders.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Strip.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Table.png Add overline option for Table rows (#5637) 2025-04-08 11:36:43 +02:00
Tessellation Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00
Text Layout.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
TextEdit.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Tooltips.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Undo Redo.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Window Options.png Improve text sharpness (#5838) 2025-03-21 12:56:47 +01:00
Window Resize Test.png Include test windows in `egui_demo_lib` snapshot tests (#7070) 2025-05-21 17:44:27 +02:00