Closed DerZade closed 5 months ago
This has been open for over a month now.
@Norserium anything I can do to get this merged?
This has been open for over two months now.
@Norserium anything I can do to get this merged?
@DerZade, I will look this pull request on this weekend.
@DerZade, your pull request is great, thank your for the important fix!
There is only one nuance. The changes that common to both versions are pushed to master
, then I rebase vue-next
on master
. It's not the perfect flow, but it works.
Don't you mind if I commit this change by myself? If you do mind, please create the pull request from master
branch.
Closed in favor of #276
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.The same issue seems to exist in the master branch. I'll gladly also create a PR for the master branch, once this is merged :)