Commit 5eb6102
committed
Take the ImGui suite at 3.22.0
3.22.0 makes the node graph's links prefer being horizontal. Until now the
layout only splayed an edge apart once its rendered curve was at risk of
hiding behind the bodies at its own ends, which capped an edge at about
75.5 degrees off horizontal and did nothing below that. It now also levels
an edge continuously, in proportion to the vertical offset between its two
ends, so a settled graph reads as rows rather than as a tangle.
Behavioural change inside the layout, so nothing here changes but the pins.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D2KNUKr1xJPTEdDmeF2tQN1 parent cc2ba91 commit 5eb6102
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments