Skip to content

Tb Convergence Straight Drop

Two lines converge at a TB section's terminal merge; the feeder whose source is collinear with the merge drops dead straight while the sibling arrives diagonally, instead of the straight feeder kinking off its lane (issue #1007).

Mermaid source
examples/topologies/tb_convergence_straight_drop.mmd
%%metro title: TB Convergence Straight Drop
%%metro style: dark
%%metro line: a | A | #e63946
%%metro line: b | B | #0570b0
%%metro grid: work | 0,0
graph LR
subgraph work [Work]
%%metro direction: TB
top[Top]
side[Side]
merge[Merge]
top -->|a| merge
side -->|b| merge
end
CLI command
Terminal window
nf-metro render examples/topologies/tb_convergence_straight_drop.mmd -o tb_convergence_straight_drop.svg
Rendered map
TB Convergence Straight Drop 1 Top Side Merge A B created with nf-metro v1.1.0+dev