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

multiple connections between grid cells blend together #1741

Open
alixander opened this issue Nov 21, 2023 · 2 comments
Open

multiple connections between grid cells blend together #1741

alixander opened this issue Nov 21, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@alixander
Copy link
Collaborator

if you have

a -> b
b <- a

and they are grid cells, it will look like a bidirectional instead of multiple

@cyborg-ts cyborg-ts added this to D2 Nov 21, 2023
@olleharstedt
Copy link

Yep, I have this issue, too.

@alixander
Copy link
Collaborator Author

Notes:

So the reason for this is because connections b/t grid cells don't go through the layout engine, they are simple center-to-center lines.

To disambiguate multiple, one way would be to split the line in the perpendicular axis such that they still intersect the endpoints.

@alixander alixander added the good first issue Good for newcomers label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

2 participants