]> granicus.if.org Git - graphviz/commitdiff
Fix bug 967 - bad color names in example graphs
authorerg <devnull@localhost>
Mon, 26 Jun 2006 20:45:11 +0000 (20:45 +0000)
committererg <devnull@localhost>
Mon, 26 Jun 2006 20:45:11 +0000 (20:45 +0000)
graphs/directed/clust.dot
graphs/directed/ctext.dot

index f944b86d551f0d5155b8f87e5a1bedebb2227b63..319d5ca44517d1c259668bdff873120b6428beca 100644 (file)
@@ -3,7 +3,7 @@ digraph G {
                label = "hello world";
                a -> b;
                a -> c;
-               color = hot_pink;
+               color = hotpink;
        }
 
        subgraph cluster_1 {
index cdadf49e9cdb1cc714ef49d980ae71df472e8b17..71e8cd3ec252cf090d4d367c42d327419ce9cd86 100644 (file)
@@ -1,5 +1,5 @@
 digraph G {
-       xyz [label = "hello\nworld",color="slate_blue",fontsize=24,fontname="Palatino-Italic",style=filled,fontcolor="hot pink"];
+       xyz [label = "hello\nworld",color="slateblue",fontsize=24,fontname="Palatino-Italic",style=filled,fontcolor="hotpink"];
        node [style=filled];
        red [color=red];
        green [color=green];