fix: recentrage incorrect si zoom

This commit is contained in:
qguillaume
2026-06-11 21:20:46 +02:00
parent 653aa5d5b0
commit 559369c84d
2 changed files with 18 additions and 6 deletions

View File

@@ -407,6 +407,9 @@ class _CropScreenState extends State<CropScreen> {
offsetDy: _offset.dy,
displayPerSourcePx: displayPerSourcePx,
cropSizeDisplay: _cropSize,
// Le zoom sert UNIQUEMENT à viser le bon point (mapping du décalage) ;
// il n'agrandit pas le rendu de sortie.
zoomScale: _scale,
rotationDegrees: _rotation,
);