mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
digraph "testtitle" {
|
|
node [style=filled fillcolor="#f8f8f8"]
|
|
subgraph cluster_L { "label1" [shape=box fontsize=16 label="label1\llabel2\l" tooltip="testtitle"] }
|
|
}
|