From 29bf91991b41e219cd927e1c7e4fb2995fd5267a Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 14 May 2009 15:41:12 +0000 Subject: [PATCH] Add concentrate feature to neato edges --- lib/neatogen/multispline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/multispline.c b/lib/neatogen/multispline.c index e481b1d5c..4a6179ca6 100644 --- a/lib/neatogen/multispline.c +++ b/lib/neatogen/multispline.c @@ -864,7 +864,7 @@ genroute(tripoly_t * trip, int s, int t, edge_t * e, int doPolyline) evs[0].x = evs[0].y = 0; evs[1].x = evs[1].y = 0; - if (mult == 1) { + if ((mult == 1) || Concentrate) { poly = trip->poly; for (j = 0; j < poly.pn; j++) { medges[j].a = poly.ps[j]; -- 2.40.0