Bypass Gap2 Rightward Overflow
A seven-line rightward bypass whose gap-2 bundle right edge overflows the inter-column gap limit and is clamped, keeping the bundle inside the gap.
Mermaid source
%%metro title: Seven-line rightward bypass gap2 overflow clamp%%metro style: dark%%metro line: l1 | L1 | #e63946%%metro line: l2 | L2 | #0570b0%%metro line: l3 | L3 | #2db572%%metro line: l4 | L4 | #f4a261%%metro line: l5 | L5 | #9467bd%%metro line: l6 | L6 | #8c564b%%metro line: l7 | L7 | #17becf
%%metro grid: src_sec | 0,0%%metro grid: mid_sec | 1,0%%metro grid: tgt_sec | 2,0
graph LR subgraph src_sec [Source] %%metro exit: right | l1, l2, l3, l4, l5, l6, l7 s1[Start] s2[Out] s1 -->|l1,l2,l3,l4,l5,l6,l7| s2 end
subgraph mid_sec [Middle] m1[Mid] m2[MidOut] m1 -->|l1| m2 end
subgraph tgt_sec [Target] %%metro entry: left | l1, l2, l3, l4, l5, l6, l7 t1[Process] t2[End] t1 -->|l1,l2,l3,l4,l5,l6,l7| t2 end
s2 -->|l1| m1 s2 -->|l1,l2,l3,l4,l5,l6,l7| t1CLI command
nf-metro render examples/topologies/bypass_gap2_rightward_overflow.mmd -o bypass_gap2_rightward_overflow.svg