egui/crates/egui_kittest/tests/snapshots
Emil Ernerfeldt 525d435a84
Require a `StrokeKind` when painting rectangles with strokes (#5648)
This is a breaking change, requiring users to think about wether the
stroke is inside/centered/outside the rect.

When in doubt, add `egui::StrokeKind::Inside` to the function call.
2025-01-29 15:52:49 +01:00
..
combobox_closed.png Add a test for comboboxes (#5574) 2025-01-07 13:26:57 +01:00
combobox_opened.png Require a `StrokeKind` when painting rectangles with strokes (#5648) 2025-01-29 15:52:49 +01:00
image_snapshots.png Add `WidgetType::Image` and `Image::alt_text` (#5534) 2024-12-30 12:53:46 +01:00
readme_example.png Simplify kittest readme example (#5486) 2024-12-16 18:02:21 +01:00
test_shrink.png Add `Harness::new_ui`, `Harness::fit_contents` (#5301) 2024-11-01 18:30:40 +01:00