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.3.0
Image is scaled and/or rotated.
Image is zoomed only at the end of the gesture. Rotation is not applied. The following error appears in the console:
The text was updated successfully, but these errors were encountered:
_fire now expects the event name and an options object. _scaleObjectBy and _rotateObjectByAngle are still using the old form.
Defining an options object: var options = { e: e, target: t.target, transform: t }; and calling _fire with options fixes this.
Sorry, something went wrong.
you may have found the problem. I refactored some events and completely forgot about the 2 fingers gestures.
The truth is that they are half unsupported.
Successfully merging a pull request may close this issue.
Version
2.3.0
Steps to reproduce
Expected Behavior
Image is scaled and/or rotated.
Actual Behavior
Image is zoomed only at the end of the gesture. Rotation is not applied. The following error appears in the console:
The text was updated successfully, but these errors were encountered: