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 think this is because _set_position uses moveBy to move the coordinates. moveBy calls transformBy which calls _transformBy. The guideline implementation of _transformBy doesn't normalize the resulting coordinates.
I think this is because
_set_position
usesmoveBy
to move the coordinates.moveBy
callstransformBy
which calls_transformBy
. The guideline implementation of_transformBy
doesn't normalize the resulting coordinates.Demo:
The text was updated successfully, but these errors were encountered: