From e7b41e05f5d242aaaca18538dfa36bf40e7747a8 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 15 Feb 2007 22:37:09 +0000 Subject: [PATCH] Addendum to bug 1079 fix --- lib/dotgen/dotsplines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index 5b8b2501e..1fd64bb64 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -382,7 +382,7 @@ static void _dot_splines(graph_t * g, int normalize) int dwny = ND_coord_i(n).y - ND_coord_i(GD_rank(g)[r+1].v[0]).y; sizey = MIN(upy, dwny); } - makeSelfEdge(P, edges, ind, cnt, sd.Multisep, sizey, &sinfo); + makeSelfEdge(P, edges, ind, cnt, sd.Multisep, sizey/2, &sinfo); for (b = 0; b < cnt; b++) { e = edges[ind+b]; if (ED_label(e)) -- 2.40.0