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
@@ -70,6 +70,7 @@ impl TestCase for GradientAngle {
Rectangle::from_loc_and_size((0., 0.), area.size),
0.,
CornerRadius::default(),
1.,
)
.with_location(area.loc)]
.into_iter()
@@ -110,6 +110,7 @@ impl TestCase for GradientArea {
Rectangle::from_loc_and_size((0, 0), rect_size).to_f64(),
0.,
CornerRadius::default(),
1.,
)
.with_location(area.loc)]
.into_iter()