11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
|
digraph {
|
||
|
|
||
|
tx [
|
||
|
label="CIC-MANAGER\ncallbacks filter, tokengift";
|
||
|
shape="ellipse";
|
||
|
];
|
||
|
|
||
|
tx -> callback [ style="dashed" ];
|
||
|
|
||
|
}
|