Files
modeling-app/rust/kcl-lib/tests/helix_simple/artifact_graph_flowchart.snap.md

13 lines
210 B
Markdown
Raw Normal View History

```mermaid
flowchart LR
subgraph path2 [Path]
2["Path<br>[71, 96, 0]"]
3["Segment<br>[102, 137, 0]"]
end
1["Plane<br>[46, 65, 0]"]
4["Helix<br>[151, 257, 0]"]
1 --- 2
2 --- 3
3 <--x 4
```