From: ellson Date: Wed, 23 Jul 2008 18:41:04 +0000 (+0000) Subject: reinstate adjustment to size of triangle nodes X-Git-Tag: LAST_LIBGRAPH~32^2~3824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be1ce1cdd32da8d04948121b7867605ad7249a72;p=graphviz reinstate adjustment to size of triangle nodes --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index a8ef6ab4d..6694583fd 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -845,7 +845,7 @@ static void poly_init(node_t * n) bb.x *= SQRT2; bb.y = temp; } -#if 0 +#if 1 if (sides > 2) { temp = cos(M_PI / sides); bb.x /= temp;