-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[graph] zoom-in and zoom-out misaligned #2111
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@isosphere This was working fine before with geometric zoom. I tried linear zoom and it didn't 'feel' right. This isn't a precision issue; likely just an off-by-one error from a change we made to the canvas in ~august or so. |
@anjakefala I've figured out what's happening here. If there are more such bugs in |
This was such a helpful write-up, thank you! |
Discussed in #2106
Zooming in and then back out of a graph should take you back to your original starting point. Now, it goes slightly off until eventually the plot disappears off the screen.
Expected Behavior
This is the expected behavior when you zoom-in and out on a graph with your mouse-wheel:
And this is the develop behavior:
The text was updated successfully, but these errors were encountered: