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
When I drag the board zoom slider to the right, at certain points the board jerkily gets smaller. some weird rounding artifact? See video
https://www.dropbox.com/s/01p6hozt50mzzgz/boardZoomJitter.mov?raw=1
The text was updated successfully, but these errors were encountered:
It's because its size must remain a multiple of 8px so that each square has a round size, to avoid SVG artifacts.
Sorry, something went wrong.
but the board gets smaller even as I move the mouse uniformly to the right. And then goes back to getting bigger.
I know about the 8px change -- I put that in :-D
There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks. If the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.
Looks like it was fixed by lichess-org/chessground@df5cdde and follow ups.
No branches or pull requests
When I drag the board zoom slider to the right, at certain points the board jerkily gets smaller. some weird rounding artifact? See video
https://www.dropbox.com/s/01p6hozt50mzzgz/boardZoomJitter.mov?raw=1
The text was updated successfully, but these errors were encountered: