-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add toggle to automatically connect new vertex to edge underneath it (#…
…337) * Made previews only load once you first hover over the rewrite rule * Add button to automatically snap vertices to edges underneath them * Add animation to edge when adding a snapped vertex * create a rectangle around mouse position to check for interesection with edges to snap vertex to edge * Added icon to snap-to-edge tool * Now newly added edges also snap to all underlying vertices! * Add animation to affected vertices * Added exception for W nodes * Update description of tool * Comments and whitespace * Fix mypy errors --------- Co-authored-by: Razin Shaikh <[email protected]>
- Loading branch information
1 parent
f1f15a6
commit 47f9271
Showing
9 changed files
with
288 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.