]> granicus.if.org Git - graphviz/commitdiff
Fix bug 864
authorerg <devnull@localhost>
Fri, 20 Jan 2006 02:04:37 +0000 (02:04 +0000)
committererg <devnull@localhost>
Fri, 20 Jan 2006 02:04:37 +0000 (02:04 +0000)
doc/dotguide.pdf
doc/dotguide/dotguide.tex

index 04594cbfb48f7f085bfd660b816659ef0ed17e18..23855478d38b1e4d72225687d944bd436fc681de 100644 (file)
Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ
index efeb135f00df98da5f4a9563b77bc351e6c29ff3..3d100626ee561413d2e40a9ad721926d963d4967 100644 (file)
@@ -243,7 +243,7 @@ are illustrated in Figures~\ref{fig:polygons} and~\ref{fig:polylist}.
 1:  digraph G {
 2:      a -> b -> c;
 3:      b -> d;
-4:      a [shape=polygon,sides=5,peripheries=3,color=blue_light,style=filled];
+4:      a [shape=polygon,sides=5,peripheries=3,color=lightblue,style=filled];
 5:      c [shape=polygon,sides=4,skew=.4,label="hello world"]
 6:      d [shape=invtriangle];
 7:      e [shape=polygon,sides=4,distortion=.7];