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
The setScale (1) method call must set the scale value to 1 so that the getScale () method call then returns 1.
Actual Behavior
Calling the setScale(1) method sets the scale value relative to the current value, and the initial value doesn't even equal 1 due to the inline change to scale in the render() method.
Expected Behavior
The setScale (1) method call must set the scale value to 1 so that the getScale () method call then returns 1.
Actual Behavior
Calling the setScale(1) method sets the scale value relative to the current value, and the initial value doesn't even equal 1 due to the inline change to scale in the render() method.
To set the scale to 1 now, you have to do this:
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: