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

Hang when zoom scale is large #61

Closed
evanw opened this issue Jun 15, 2018 · 0 comments
Closed

Hang when zoom scale is large #61

evanw opened this issue Jun 15, 2018 · 0 comments
Labels

Comments

@evanw
Copy link
Contributor

evanw commented Jun 15, 2018

Repro: zoom in really far. Sometimes the loop in this picture hangs because the loop offset plus the loop increment ends up being rounded down to the loop offset (i.e. the increment has no effect). A check for that condition such as if (t + n === t) break would fix this here.

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

No branches or pull requests

2 participants