]> granicus.if.org Git - graphviz/commitdiff
initialize fill to FILL_NONE, not PEN_NONE
authorellson <devnull@localhost>
Thu, 20 Jan 2005 12:24:44 +0000 (12:24 +0000)
committerellson <devnull@localhost>
Thu, 20 Jan 2005 12:24:44 +0000 (12:24 +0000)
lib/gvc/gvrender.c

index 0c1fe93110dfc3371b73e37d932cb5161573c824..c8a4bc758281f7ced633982ddacde3d74dafc768 100644 (file)
@@ -272,7 +272,7 @@ void gvrender_begin_graph(GVC_t * gvc, graph_t * g, box bb, point pb)
        job->style->fontsz = DEFAULT_FONTSIZE;
        job->style->fontopt = FONT_REGULAR;
        job->style->pen = PEN_SOLID;
-       job->style->fill = PEN_NONE;
+       job->style->fill = FILL_NONE;
        job->style->penwidth = PENWIDTH_NORMAL;
     }
 #ifndef DISABLE_CODEGENS