cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

fix: oriented image load #143

Closed pikotea closed 7 years ago

pikotea commented 7 years ago

Don't wait for load event of large size oriented image, The result of canvas.drawImage are blank.

cstefanache commented 7 years ago

Thanks!