Skip to content
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

Fix scaleMultiplier to be multiplicatively symmetrical #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juniper-wright
Copy link

The issue here is that when you zoom out, you reduce the scale by a factor of 0.065, but when you zoom in, you increase the scale by the same additive factor, which is not multiplicatively symmetrical -- in order to undo multiplication by 0.935, you need to multiply by 1.0695, not by 1.065.

You can see this erroneous behavior by zooming out one tick, then in one tick, then out one tick, so on and so forth -- it slowly continues to zoom out because the zoom in is slightly too little.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant