From c9181c41e324b6ce7a19e481cfe1f2882841deb2 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 20 Jan 2005 12:24:44 +0000 Subject: [PATCH] initialize fill to FILL_NONE, not PEN_NONE --- lib/gvc/gvrender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 0c1fe9311..c8a4bc758 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -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 -- 2.40.0