Unapply translation to image::Viewer viewport

Fixes #3103.
This commit is contained in:
Héctor Ramón Jiménez 2025-12-02 19:01:24 +01:00
parent 85d2d1a6d4
commit 1383ea4ec2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -352,7 +352,7 @@ where
snap: true, snap: true,
}, },
drawing_bounds, drawing_bounds,
*viewport, *viewport - translation,
); );
}); });
}; };