-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: better identify incoming and outgoing edges (#128)
Previously, it was possible to have vertically incoming and vertically outgoing edges on the same shape. This made it difficult to distinguish one from the other. This usually happened on gateways. To easily identify the two edge types, only incoming edges can now be connected vertically. Outgoing edges always start with a small horizontal segment.
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 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