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

Use one handle per edges #2572

Closed
mcharfadi opened this issue Nov 14, 2023 · 0 comments · Fixed by #2573
Closed

Use one handle per edges #2572

mcharfadi opened this issue Nov 14, 2023 · 0 comments · Fixed by #2573

Comments

@mcharfadi
Copy link
Contributor

Right now, we are defining 4 handles per nodes.
Each edge's path start or end on an handle.
When we have several edges that share the same handles, the layout is messy.

We need to have one handle per source/target of an edge.

@mcharfadi mcharfadi added this to the 2023.12.0 milestone Nov 14, 2023
@mcharfadi mcharfadi self-assigned this Nov 14, 2023
mcharfadi added a commit that referenced this issue Nov 14, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 14, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 14, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 14, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
@mcharfadi mcharfadi linked a pull request Nov 15, 2023 that will close this issue
39 tasks
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
mcharfadi added a commit that referenced this issue Nov 15, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
pcdavid pushed a commit that referenced this issue Nov 16, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
pcdavid pushed a commit that referenced this issue Nov 16, 2023
Bug: #2572
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant