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
For some images the height of the crop utility differs from the height of the image that is supplied.
Example:
When selecting a part of the image horizontal cropping works fine but vertical cropping results in cutting off a percentage of height that is shown. So to me it looks like the vertical cropping works just fine but the height is drawn incorrectly:
Example of crop region:
Output:
Currently working on a feature for my application that will go live after Issue #10 (flutter/flutter#103803) fix lands on stable thus I am using latest master branch for development
I discussed with my product owner and we decided to prioritise cropping as a nice to have. thus dropping the feature for now.
This means I will not be opening a PR in the near future myself.
For some images the height of the crop utility differs from the height of the image that is supplied.
Example:
When selecting a part of the image horizontal cropping works fine but vertical cropping results in cutting off a percentage of height that is shown. So to me it looks like the vertical cropping works just fine but the height is drawn incorrectly:
Example of crop region:
Output:
Currently working on a feature for my application that will go live after Issue #10 (flutter/flutter#103803) fix lands on stable thus I am using latest master branch for development
Reproduction image https://picsum.photos/id/237/400/300
More info below
The text was updated successfully, but these errors were encountered: