-
Notifications
You must be signed in to change notification settings - Fork 418
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
Allow shape resizing by dragging edges #117
Comments
The resize functionality should be configurable (enable/disable). |
@FlexiGit resizing is actually configurable using rules that allow or disallow it. You can learn more about rules in this example. |
philippfromme
added a commit
that referenced
this issue
Dec 6, 2019
philippfromme
added a commit
that referenced
this issue
Dec 6, 2019
oguzeroglu
pushed a commit
that referenced
this issue
Mar 19, 2020
* slightly reduce resizer visual presence * slightly improve resizer clarity * add resizer hover effect * position resizers on visual selection rect Closes #117
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to resize a shape in one dimension (vertically or horizontally) by dragging the edge.
On hover over an edge, a horizontal/vertical resize cursor should be shown (even if the element is not selected).
The text was updated successfully, but these errors were encountered: