egui/crates/egui_kittest/tests
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
..
snapshots Require a `StrokeKind` when painting rectangles with strokes (#5648) 2025-01-29 15:52:49 +01:00
accesskit.rs Move egui tests to avoid cyclic dependency 2024-12-16 18:10:01 +01:00
regression_tests.rs Add a test for comboboxes (#5574) 2025-01-07 13:26:57 +01:00
tests.rs Add `Harness::new_eframe` and `TestRenderer` trait (#5539) 2025-01-02 17:48:39 +01:00