Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 217 Bytes

graphviz.adoc

File metadata and controls

15 lines (11 loc) · 217 Bytes
digraph D {

    A [shape=diamond]
    B [shape=box]
    C [shape=circle]

    A -> B [style=dashed, color=grey]
    A -> C [color="black:invis:black"]
    A -> D [penwidth=5, arrowhead=none]

}