-
Notifications
You must be signed in to change notification settings - Fork 24
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
UI improvements and bug fixes #13
UI improvements and bug fixes #13
Conversation
…ord values while cursor in canvas, and properly pop final nodes in 'undo'
…t over-darkening on overlapping regions
@capjamesg I made a pull request this weekend that solves most of the remaining issues I identified and also added some minor features and optimizations. The main issue remaining is saving the canvas, but I don't want to prioritize that now since it's a tricky problem and doesn't seem to be a frequently used feature. |
This looks great! I will merge now. One idea for the future: It would be amazing if |
Description
Major changes:
Other changes:
color_choices
had been exhausted.Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Tested manually in Safari and Chrome.
Any specific deployment considerations
Some documentation might need to be updated to reflect the change in the keys used to switch draw modes.