fix(calibration): application de la rotation et du centrage sur l'image globale
This commit is contained in:
@@ -386,8 +386,9 @@ class _CropScreenState extends State<CropScreen> {
|
||||
targetType: widget.targetType,
|
||||
initialCenterX: targetCenterX,
|
||||
initialCenterY: targetCenterY,
|
||||
cropScale: _scale, // On passe bien le zoom mémorisé
|
||||
cropOffset: _offset, // On passe bien le décalage mémorisé
|
||||
cropScale: _scale,
|
||||
cropOffset: _offset,
|
||||
cropRotation: _rotation, // <-- On envoie la rotation ici !
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user