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

Gray screen with deep zoom #5

Open
munrocket opened this issue Nov 2, 2018 · 1 comment
Open

Gray screen with deep zoom #5

munrocket opened this issue Nov 2, 2018 · 1 comment

Comments

@munrocket
Copy link

For now you have limit in zooming (~10^15) because you use javascript 64-bit float. But you can overcome the limit by using floating point expansion technique that is pretty fast. For example you can use double.js or bigfloat library.

@munrocket munrocket changed the title You can increase your zooming limit Gray screen with deep zoom Nov 8, 2018
@cslarsen
Copy link
Owner

That is true, but I don't have time to fix it myself. I tried something like that, but was not satisfied with the speed. Perhaps change to arbitrary precision when we reach a certain limit or something.

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

No branches or pull requests

2 participants