Try to align quad and image primitives in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2025-05-26 23:59:15 +02:00
parent 3aedbd5844
commit 15aa94c0f1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 28 additions and 44 deletions

View file

@ -296,7 +296,6 @@ fn render<Renderer, Handle>(
filter_method,
rotation: rotation.radians(),
opacity,
snap: true,
},
drawing_bounds,
);

View file

@ -351,7 +351,6 @@ where
filter_method: self.filter_method,
rotation: Radians(0.0),
opacity: 1.0,
snap: true,
},
drawing_bounds,
);