github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/docs/list.dot (about) 1 digraph G { 2 rankdir=LR 3 4 subgraph X { 5 rank=same 6 node [color=white] 7 8 head 9 tail 10 } 11 12 subgraph cluster1 { 13 style=invis 14 node [shape=box] 15 16 1 [style=filled,color=yellow] 17 } 18 19 1 20 head -> 1 [style=dotted] 21 tail -> 1 [style=dotted] 22 }