-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
feat: Adds support for displaying NAGs in the chess.svg.board AND other optimizations chess.svg.board function #1062
base: master
Are you sure you want to change the base?
Conversation
…e but a bit darker
Nice addition, thanks! Maybe a |
Hi, So if we decide on displaying multiple nags, it would be difficult to decide where to show them in the square as I am already moving the nag left or right based on where the arrow is coming from so that it doesn't overlap the arrow. Glyphs show up at the end of the attached video which I am trying to produce with python. output.mp4 |
… chess.svg.board function
…r important stuff.
chess.svg.board
and separated the generation of X squares from the rendering of pieces.