We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.2
http://jsbin.com/gunatuyusa/edit?html,js,output
Try to scale, notice fill change. Double click canvas, canvas is now zoomed. Try to scale using bottom right corner, fill is not changed.
On canvas zoom, the callback should still be triggered
Callback not fired.
Narrowed down the issue to code:
src/mixins/canvas_events.mixin.js:576
// determine if it's a drag or rotate case if (target._findTargetCorner(this.getPointer(e))) { this.onBeforeScaleRotate(target); }
It should be getPointer(e, true) ? I haven't tested it. I do not have the development flow set up now. Will spend time when I have it.
getPointer(e, true)
The text was updated successfully, but these errors were encountered:
Tested working. Not sure if it is the right fix though.
Sorry, something went wrong.
No branches or pull requests
Version
2.0.2
Test Case
http://jsbin.com/gunatuyusa/edit?html,js,output
Steps to reproduce
Try to scale, notice fill change.
Double click canvas, canvas is now zoomed.
Try to scale using bottom right corner, fill is not changed.
Expected Behavior
On canvas zoom, the callback should still be triggered
Actual Behavior
Callback not fired.
Narrowed down the issue to code:
src/mixins/canvas_events.mixin.js:576
It should be
getPointer(e, true)
? I haven't tested it.I do not have the development flow set up now. Will spend time when I have it.
The text was updated successfully, but these errors were encountered: