17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
blockdiag {
|
|
orientation = portrait
|
|
// set default shape
|
|
default_shape = roundedbox; // default value is 'box'
|
|
|
|
// set default colors
|
|
default_node_color = lightblue;
|
|
default_group_color = "#7777FF";
|
|
default_linecolor = blue;
|
|
default_textcolor = black;
|
|
|
|
"TSYS Group"
|
|
"TSYS Group" -> -> "Americans For A Better Network INC (emerging 501c3)"
|
|
"TSYS Group" -> -> "Side Door Solutions Group INC (emerging 501c4)"
|
|
"TSYS Group" -> -> "Side Door PAC (PAC)"
|
|
}
|