Revert "Snap text to the pixel grid on the X axis in iced_wgpu"

This reverts commit 6c0962c5c3.
This commit is contained in:
Héctor Ramón Jiménez 2025-05-28 22:51:59 +02:00
parent 9d4e849a0e
commit f0156359db
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -621,7 +621,7 @@ fn prepare(
Some(cryoglyph::TextArea {
buffer,
left: position.x.round(),
left: position.x,
top: position.y,
scale: transformation.scale_factor()
* layer_transformation.scale_factor(),