You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to check what we do with the transform object. It may be is not intended to change and that you have to look at the target to know current scaling.
I need to look at the code because i don't remember
CheckList
Version
6.4.3
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
https://codesandbox.io/p/live/7312f88b-f683-475f-be4d-fcc74a1143b8
Steps To Reproduce
scaling
event.transform.scaleX
andtransform.scaleY
value does not change throughout the scaling operation. The value is the same as the ones intransform.original
.Expected Behavior
Return the most current scale value.
Actual Behavior
Returned the initial scale value as the scaling begins.
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: