[mod]format

This commit is contained in:
Andy Bunce 2021-05-15 17:48:25 +01:00
parent ce47d50002
commit b7a59c5e1d
1 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
<graph xmlns="http://www.martin-loetzsch.de/DOTML"
file-name="graphs/bgcolor" rankdir="LR" bgcolor="#80FF80">
<node id="a"/>
<cluster id="c1" bgcolor="#FF8080">
<node id="b"/>
<node id="c"/>
<edge from="b" to="c"/>
<graph xmlns="http://www.martin-loetzsch.de/DOTML" file-name="graphs/bgcolor" rankdir="LR" bgcolor="#80FF80">
<node id="a"/>
<cluster id="c1" bgcolor="#FF8080">
<node id="b"/>
<node id="c"/>
<edge from="b" to="c"/>
</cluster>
<edge from="a" to="b"/>
<edge from="a" to="b"/>
</graph>