From: erg Date: Fri, 17 Feb 2006 19:48:03 +0000 (+0000) Subject: Fix bug 884 X-Git-Tag: LAST_LIBGRAPH~32^2~6793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4658f7ec51be0ea0b2c6dbdd4ec28a82a2871b48;p=graphviz Fix bug 884 --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index db56ea897..4224bf6cc 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -1879,7 +1879,7 @@ static void record_gencode(GVJ_t * job, node_t * n) if (streq(ND_shape(n)->name, "Mrecord")) style |= ROUNDED; if (style & (ROUNDED | DIAGONALS)) - node_round_corners(job, n, A, 4, ROUNDED); + node_round_corners(job, n, A, 4, style); else gvrender_polygon(job, A, 4, style & FILLED); gen_fields(job, n, f);