Skip to content

Lr Top Entry Cross Column Two Line

Two lines dropping together from a TB BOTTOM exit into the TOP entry of an LR section: the in-section line order follows the arrival order so the entry corner nests concentrically and the bundle neither pinches nor crosses through the bend (issue #1061).

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