summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/nodesize.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/nodesize.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/nodesize.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/nodesize.dot b/graphics/dot2tex/doc/docgraphs/nodesize.dot
new file mode 100644
index 0000000000..96c5ca5de9
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/nodesize.dot
@@ -0,0 +1,7 @@
+digraph G {
+ node [shape=rectangle];
+ a_1 [margin="0"]; // will have no effect
+ a_2 [margin="0.7,0.4"];
+ a_3 [width="2",height="1"];
+ a_1-> a_2 -> a_3 -> a_1;
+} \ No newline at end of file