SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.38k stars 318 forks source link

Fix #622 address ZeroDivisionError in scale_and_crop. #623

Closed gonzalodelgado closed 3 weeks ago

gonzalodelgado commented 1 year ago

Set X or Y scale to 1.0 when corresponding source size is 0.

gonzalodelgado commented 2 months ago

I updated this pull request just now by adding tests to ScaleAndCropTest in test_svg_processor.py that reproduce #622 . Please review.