Skip to content
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

Diagonal connection between nodes? #29

Open
pizza-advertiser opened this issue Jun 5, 2024 · 1 comment
Open

Diagonal connection between nodes? #29

pizza-advertiser opened this issue Jun 5, 2024 · 1 comment

Comments

@pizza-advertiser
Copy link

I have four nodes arranged in a square like so:

 .---.   .---.
| CTR +-+ WBK |
 '-+-'   '-+-'
   |       |
 .-+-.   .-+-.
| HWD +-+ SDO |
 '---'   '---'

I'd like to diagonally connect the HWD and WBK nodes from their nearest corners, but haven't found a good solution. Most come out mishapen or connect the sides of the nodes rather than their corners. Any ideas? The horizontal and vertical space between nodes can be increased if that makes it any easier.

@dmullis
Copy link
Collaborator

dmullis commented Jun 22, 2024

The '|' connectors above would have to be extended to 3x their current height, triple rather than single, in order for a straight diagonal to be run between the ovals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants