summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/simple.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/simple.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/simple.dot5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/simple.dot b/graphics/dot2tex/doc/docgraphs/simple.dot
new file mode 100644
index 0000000000..a16a7cf61a
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/simple.dot
@@ -0,0 +1,5 @@
+graph G {
+ mindist = 0.5;
+ node [shape="circle"];
+ a -- b -- c -- a;
+} \ No newline at end of file