Closed DerZade closed 5 months ago
@DerZade, I've published changes for both Vue versions. Thank you very much for your contribution, especially for such nice description and illustrations. It was very nice.
Thank you so much for getting this merged so quickly! And thank you for the great library! Maintaining a library is hard work and is unfortunately all too often not appreciated enough. ❤️
Same PR as #270, but for
master
branch.updateCanvas
has a bug which only really comes to light if the size of the canvas and the size of the original image differ drastically and the image offset is positive. Thedx
anddy
are not adjusted for the size difference.Here is a visual representation:
Since the output (100px) is half the size of the input (200px) the
dx
anddy
have to be halfed.