-
Notifications
You must be signed in to change notification settings - Fork 138
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
Polygon Selection #261
Polygon Selection #261
Conversation
Important things to test for QA are:
|
Question:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing. I just tested this and it works great! Thanks so much!
A few notes:
- The double-click to close is a great addition. Wondering how we can let users know about it.
- 4px to close felt to me a little small. I'd make it bigger... maybe 8px?
- I'd quite like backspace to delete the previously placed point (I can can do this later).
- The mask canvas element should be shared with brush tool (I will do this later).
- Localisation of the other languages is missing - I will add that once this PR is merged.
- We should put polygon tool on keyboard 'p' shortcut. I can do this once PR is merged.
Thanks again!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this wins 'PR of the week' competition. 🎉
I note this partially addresses #76. That issue states that polygon selection is actually more important than lasso selection. But we should probably leave it open assuming we also intend to add a lasso select. |
Actually photoshop adds even more magic: I could even think of some original magic that I do not know from any other application. That would be dragging a poly-point could bend the last part of the line. Similar to bezier splines. |
I just added a little Polygon selection tool to the toolbar.
polyselection.mp4