mirror of
https://github.com/Quodatum/graphxq.git
synced 2025-04-18 14:42:24 +01:00
[mod]format
This commit is contained in:
parent
ce47d50002
commit
b7a59c5e1d
1 changed files with 7 additions and 8 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue