Files
modeling-app/rust/kcl-lib/tests/helix_simple/artifact_graph_flowchart.snap.md
Nick Cameron bae875382c Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 05:13:11 +00:00

210 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[69, 94, 0]"]
    3["Segment<br>[100, 135, 0]"]
  end
  1["Plane<br>[46, 63, 0]"]
  4["Helix<br>[149, 255, 0]"]
  1 --- 2
  2 --- 3
  3 <--x 4