From: erg Date: Wed, 16 Dec 2009 22:52:24 +0000 (+0000) Subject: Fix bug 1832 X-Git-Tag: LAST_LIBGRAPH~32^2~1500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d737fa8b459665c2554c90ed227a6a58672eb837;p=graphviz 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. --- 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);