You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a photo with a 16:9 aspect ratio, and then I create a CropController with aspectRatio: 1, then the selectable area for the crop is a 1:1 aspect ratio square in the middle of the image (call this the "valid area"). That means that I can zoom in, and manually drag the translation position of the square crop region anywhere within the valid area, but if I try to drag to the left or right of the valid area, the translation animates back to an area within the valid area. This means that the portion of the image to the left and right of the valid area cannot be included in the crop region.
The text was updated successfully, but these errors were encountered:
If I have a photo with a 16:9 aspect ratio, and then I create a
CropController
withaspectRatio: 1
, then the selectable area for the crop is a 1:1 aspect ratio square in the middle of the image (call this the "valid area"). That means that I can zoom in, and manually drag the translation position of the square crop region anywhere within the valid area, but if I try to drag to the left or right of the valid area, the translation animates back to an area within the valid area. This means that the portion of the image to the left and right of the valid area cannot be included in the crop region.The text was updated successfully, but these errors were encountered: