Browse code

tests: Import Graphviz tests.

Jose Fonseca authored on 13/02/2016 23:53:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+digraph G {
2
+
3
+  node [style=filled, shape=box]
4
+  ddddddd [fontcolor=yellow, fillcolor=blue, color=orange]
5
+  subgraph clusterA {
6
+    style=filled
7
+    fillcolor=lightgray
8
+    pencolor=blue
9
+    eeeee [peripheries=3, fontcolor=red, color=yellow]
10
+    eeeee -> ee
11
+  }
12
+  ddddddd -> eeeee [labelfontcolor=chocolate, headlabel=headlabel, label=flue, fontcolor=green, color=lightblue]
13
+}