Commit f866e81
Fix chevron diagram shape: inward V-notch with overlap layout
Non-first chevron nodes were incorrectly protruding leftward (<> shape).
Fix uses an inward V-notch polygon and overlapping layout so each node's
right tip aligns exactly with the next node's notch.
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>1 parent c67624d commit f866e81
4 files changed
Lines changed: 20 additions & 14 deletions
File tree
- src/DiagramForge
- Layout
- Rendering
- tests
- DiagramForge.E2ETests/Fixtures
- DiagramForge.Tests/Layout
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | | - | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
Lines changed: 8 additions & 8 deletions
Loading
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | | - | |
1366 | | - | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
1367 | 1370 | | |
1368 | 1371 | | |
1369 | 1372 | | |
| |||
0 commit comments