]> granicus.if.org Git - graphviz/commitdiff
Put quotes around use of RGB colors.
authorerg <devnull@localhost>
Mon, 5 Oct 2009 14:58:41 +0000 (14:58 +0000)
committererg <devnull@localhost>
Mon, 5 Oct 2009 14:58:41 +0000 (14:58 +0000)
doc/dotguide.pdf
doc/dotguide/dotguide.tex

index f7a86ba02eda2bd4459ecb13239aadd1401e4d58..9dc704fb9dd635b23b6170f22792ca8ae38574dc 100644 (file)
Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ
index bc7a82ee7185534a7d4eff35b6e55223350b3ed0..d51c6aaaff67eec4bd37a09f90756148c91192b6 100644 (file)
@@ -540,7 +540,7 @@ which has the same format as RGB with an additional fourth hexadecimal
 number specifying alpha channel or transparency information.}
 (three hexadecimal number between 00 and FF, preceded by the character '\#').
 Thus, the values {\tt "orchid"}, {\tt "0.8396,0.4862,0.8549"} and
-{\tt \#DA70D6} are three ways to specify the same color.
+{\tt "\#DA70D6"} are three ways to specify the same color.
 The numerical forms are convenient for scripts or tools that
 automatically generate colors.
 Color name lookup is case-insensitive and ignores non-alphanumeric