From d737fa8b459665c2554c90ed227a6a58672eb837 Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 16 Dec 2009 22:52:24 +0000 Subject: [PATCH] Fix bug 1832 Bug was fixed earlier but on an separate branch (1.2.2.21) so the fix never made it into the main branch. --- lib/sfdpgen/sfdpinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sfdpgen/sfdpinit.c b/lib/sfdpgen/sfdpinit.c index d1e827f34..0c9525c4b 100644 --- a/lib/sfdpgen/sfdpinit.c +++ b/lib/sfdpgen/sfdpinit.c @@ -298,6 +298,7 @@ void sfdp_layout(graph_t * g) nodeInduce(sg); sfdpLayout(sg, ctrl, pad); if (doAdjust) removeOverlapWith(sg, &am); + setEdgeType(sg, ET_LINE); spline_edges(sg); } packSubgraphs(ncc, ccs, g, &pinfo); -- 2.40.0