summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/topaths1.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/topaths1.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/topaths1.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/topaths1.dot b/graphics/dot2tex/doc/docgraphs/topaths1.dot
new file mode 100644
index 0000000000..7fc64c5db8
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/topaths1.dot
@@ -0,0 +1,8 @@
+digraph G {
+ mindist = 0.5;
+ node [shape="circle"];
+ a -> b [topath="bend right"];
+ c -> b [topath="bend left"];
+ c -> a [topath="out=10,in=-90"];
+ b -> b [topath="loop above"];
+} \ No newline at end of file