-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
mouse scaling bug #2177
Comments
Have a little bit patience with this... height is not defined in currentTransform... intentional or problem?
Past this in kitchensink execute tab to see even stranger behaviour in both horizontal and vertical scaling.
|
kitchensink code is much stranger!! As you noticed, width and height in currentTransform looks strange. By the way, newScaleX is calculated in _setObjectScale at canva.class.js, as |
is stranger because i crafted code intentionally to make the bug bigger. it needs a coherent check with ongoing and planned change :/ |
Fix stroke width calculation. Closes #2177
A scaling by mouse might have a bug.
The scaled size of Line is twice larger than a expected size. The strokeWidth of object might cause this size difference.
http://jsfiddle.net/sapics/tt5zjjot/1/
The text was updated successfully, but these errors were encountered: