From: Emden Gansner Date: Mon, 30 Apr 2012 19:45:23 +0000 (-0400) Subject: Fix inconsistency in dot manual X-Git-Tag: LAST_LIBGRAPH~32^2~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e75443b305cd780e411a172217adfad3909508;p=graphviz Fix inconsistency in dot manual --- diff --git a/doc/dotguide.pdf b/doc/dotguide.pdf index 40741ff50..5888584f4 100644 Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ diff --git a/doc/dotguide/graph2.dot b/doc/dotguide/graph2.dot index 9eb95ad99..4ef9500ff 100644 --- a/doc/dotguide/graph2.dot +++ b/doc/dotguide/graph2.dot @@ -7,6 +7,7 @@ digraph G { main -> cleanup; execute -> {make_string printf} init -> make_string; + edge [color=red]; // so is this main -> printf [style=bold,label="100 times"]; make_string [label="make a\nstring"]; node [shape=box,style=filled,color=".7 .3 1.0"];