]> granicus.if.org Git - graphviz/commitdiff
cause images to expand when fixedsize=TRUE
authorellson <devnull@localhost>
Tue, 2 Oct 2007 19:33:06 +0000 (19:33 +0000)
committerellson <devnull@localhost>
Tue, 2 Oct 2007 19:33:06 +0000 (19:33 +0000)
lib/common/shapes.c

index 7da2dbc04212c23ed239051972cdcfff4f6a5c94..02c75756388fb798c8661f7434a83ebe08cfcb91 100644 (file)
@@ -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 */
     }