From: erg Date: Tue, 1 Feb 2011 23:16:04 +0000 (+0000) Subject: Always recompute the graph's bounding box in neato -n X-Git-Tag: LAST_LIBGRAPH~32^2~1074 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9306014bf287a3f746477c9b15ab2269cce1c438;p=graphviz Always recompute the graph's bounding box in neato -n --- diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index 894a0a1a1..a04f98338 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -715,10 +715,12 @@ int init_nop(Agraph_t * g, int adjust) */ } +#if 0 /* If g does not have a good "bb" attribute or we adjusted the nodes, * compute it. */ if (!chkBB(g, G_bb) || didAdjust) +#endif compute_bb(g); /* Adjust bounding box for any background */