Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crop horizontally when aspect ratio is reduced without width or height #753

Merged
merged 3 commits into from
Nov 27, 2024

Update packages/core/src/transforms/__tests__/resize.spec.ts

cfa18c9
Select commit
Loading
Failed to load commit list.
Merged

fix: crop horizontally when aspect ratio is reduced without width or height #753

Update packages/core/src/transforms/__tests__/resize.spec.ts
cfa18c9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

94.31% (+0.37%) compared to 6f2516e

View this Pull Request on Codecov

94.31% (+0.37%) compared to 6f2516e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.31%. Comparing base (6f2516e) to head (cfa18c9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #753      +/-   ##
==========================================
+ Coverage   93.93%   94.31%   +0.37%     
==========================================
  Files          34       34              
  Lines         791      791              
  Branches      225      226       +1     
==========================================
+ Hits          743      746       +3     
+ Misses         48       45       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.