From 313e63b7b859b3754308101a87e498ea43d771ad Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 31 Oct 2012 13:37:06 -0400 Subject: [PATCH] Make sure fill color is set for tapered edges. --- lib/common/emit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/emit.c b/lib/common/emit.c index e68446fc3..9f083b33a 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -2253,6 +2253,7 @@ static void emit_edge_graphics(GVJ_t * job, edge_t * e, char** styles) if (tapered) { stroke_t* stp; if (*color == '\0') color = DEFAULT_COLOR; + if (*fillcolor == '\0') fillcolor = DEFAULT_COLOR; gvrender_set_pencolor(job, "transparent"); gvrender_set_fillcolor(job, color); bz = ED_spl(e)->list[0]; -- 2.40.0