summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/lblstyle.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/lblstyle.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/lblstyle.dot11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/lblstyle.dot b/graphics/dot2tex/doc/docgraphs/lblstyle.dot
new file mode 100644
index 0000000000..2215b7abc0
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/lblstyle.dot
@@ -0,0 +1,11 @@
+digraph G {
+ node [shape=circle];
+ a -> b [label="label",lblstyle="draw=red,cross out"];
+ b -> c [label="test",lblstyle="below=0.5cm,rotate=20,fill=blue!20"];
+ a [label="aa",lblstyle="blue"];
+ b [lblstyle="font=\Huge"];
+ c [label="ccc", lblstyle="red,rotate=90"];
+ rankdir=LR;
+ label="Graph label";
+ lblstyle="draw,fill=red!20";
+} \ No newline at end of file