11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
|
digraph split {
|
||
|
// dummy destinations as support for edges, make invisible and height 0
|
||
|
a [style=invis height=0 fontsize=0]
|
||
|
b [style=invis height=0 fontsize=0]
|
||
|
c [style=invis height=0 fontsize=0]
|
||
|
|
||
|
Activity -> a
|
||
|
Activity -> b
|
||
|
Activity -> c
|
||
|
}
|