Fix blurry rounded corners on high scales

This commit is contained in:
Ivan Molodetskikh
2024-06-18 12:19:23 +03:00
parent eb59b10050
commit 66202992c9
16 changed files with 49 additions and 3 deletions
+1
View File
@@ -763,6 +763,7 @@ impl<W: LayoutElement> Tile<W> {
Rectangle::from_loc_and_size((0., 0.), geo.size),
0.,
radius,
scale.x as f32,
)
.with_location(geo.loc)
.into();