From: ellson Date: Tue, 2 Oct 2007 19:33:06 +0000 (+0000) Subject: cause images to expand when fixedsize=TRUE X-Git-Tag: LAST_LIBGRAPH~32^2~5231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbf631a3037d7317dea6f4af5fb9d026a946b27e;p=graphviz cause images to expand when fixedsize=TRUE --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index 7da2dbc04..02c757563 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -1476,7 +1476,7 @@ static void poly_gencode(GVJ_t * job, node_t * n) gvrender_polygon(job, AF, sides, filled); } } - gvrender_usershape(job, name, AF, sides, filled, FALSE); + gvrender_usershape(job, name, AF, sides, filled, mapbool(late_string(n, N_fixed, "false"))); filled = FALSE; /* with user shapes, we have done the fill if needed */ }