From 66202992c9536c0e01395813f9a611aa111e5ded Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 18 Jun 2024 12:19:23 +0300 Subject: Fix blurry rounded corners on high scales --- src/layout/tile.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout/tile.rs') diff --git a/src/layout/tile.rs b/src/layout/tile.rs index 943a9574..710add83 100644 --- a/src/layout/tile.rs +++ b/src/layout/tile.rs @@ -763,6 +763,7 @@ impl Tile { Rectangle::from_loc_and_size((0., 0.), geo.size), 0., radius, + scale.x as f32, ) .with_location(geo.loc) .into(); -- cgit