code-srv-test/dita-ot-3.6/ab.dot
2021-03-26 21:56:35 +00:00

13 lines
No EOL
265 B
Text

digraph G {
splines="FALSE";
/* Entities */
shortName [label="shortName", shape="square"]
shortName2 [label="shortName", shape="oval"]
/* Relationships */
F1 -> shortName[label=".63"]
/* Ranks */
{ rank=same; shortName; };
}