mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Better rounding of rectangles with thin outlines (#5571)
Better positioning of rectangle outline when the stroke width is less than one pixel
This commit is contained in:
@@ -102,7 +102,7 @@ pub enum SnapshotError {
|
||||
}
|
||||
|
||||
const HOW_TO_UPDATE_SCREENSHOTS: &str =
|
||||
"Run `UPDATE_SNAPSHOTS=1 cargo test` to update the snapshots.";
|
||||
"Run `UPDATE_SNAPSHOTS=1 cargo test --all-features` to update the snapshots.";
|
||||
|
||||
impl Display for SnapshotError {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
|
||||
Reference in New Issue
Block a user