aboutsummaryrefslogtreecommitdiff
path: root/img/test.dot
diff options
context:
space:
mode:
Diffstat (limited to 'img/test.dot')
-rw-r--r--img/test.dot18
1 files changed, 18 insertions, 0 deletions
diff --git a/img/test.dot b/img/test.dot
new file mode 100644
index 0000000..664b30e
--- /dev/null
+++ b/img/test.dot
@@ -0,0 +1,18 @@
+graph G {
+ 1 [color=blue];
+ 2 [color=red];
+ 3 [color=red];
+ 5 [color=green];
+ 11 [color=red];
+ 1 -- 3 [color=red];
+ 4 -- 3;
+ 11 -- 2 [color=red];
+ 9 -- 3;
+ 6 -- 7
+ 4 -- 5;
+ 10 -- 8;
+ 5 -- 3 [color=red];
+ 3 -- 8;
+ 5 -- 11 [color=red];
+ 4 -- 9;
+}