Skip to content

Lr Top Entry Cross Column

A TB section dropping from its BOTTOM exit into the TOP entry of an LR section whose run sits left of the drop column: the LR run is shifted right under the drop and the section bbox follows it so the trailing station stays contained (issue #1057).

Mermaid source
examples/topologies/lr_top_entry_cross_column.mmd
%%metro title: LR top-entry cross-column drop
%%metro line: a | A | #e63946
%%metro grid: work | 0,0
%%metro grid: out_sec | 0,1
graph LR
subgraph work [Work]
%%metro direction: TB
%%metro exit: bottom | a
w1[Demux]
w2[Merge]
w1 -->|a| w2
end
subgraph out_sec [Output]
%%metro direction: LR
%%metro entry: top | a
o1[Publish]
o2[Notify]
o1 -->|a| o2
end
w2 -->|a| o1
CLI command
Terminal window
nf-metro render examples/topologies/lr_top_entry_cross_column.mmd -o lr_top_entry_cross_column.svg
Rendered map
LR top-entry cross-column drop 1 2 Demux Publish Merge Notify A created with nf-metro v1.1.0+dev