Merge branch 'master' of https://github.com/Quodatum/graphxq
continuous-integration/drone/push Build was killed Details

Conflicts:
	README.md
	src/graphxq/data/samples/cluster.xml
This commit is contained in:
Andy Bunce 2021-05-23 21:43:04 +01:00
commit 24145e62db
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# graphxq # graphxq
<<<<<<< HEAD
An interface to Graphviz for BaseX 9.5+ An interface to Graphviz for BaseX 9.5+
=======
An interface to Graphviz for BaseX 9.5.
>>>>>>> branch 'master' of https://github.com/Quodatum/graphxq
## Local Install ## Local Install

View File

@ -0,0 +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"/>
</cluster>
<edge from="a" to="b"/>
</graph>