Hello,
I am new to OGDF, I have just built the code (today's master branch) and looked at the orthogonal example, and I am confused because the SVG output is not truly orthogonal, see screenshot below.
I have checked the code
OrthoLayout *ol = new OrthoLayout;
ol->separation(20.0);
ol->cOverhang(0.4);
pl.setPlanarLayouter(ol);
and looked for some additional options of OrthoLayout, but I could not find any.
Could someone please explain why a few of the edges are neither horizontal nor vertical? I mean, bends are ok, but a number of the edges have a segment which is a bit askew. With some of these edges, it is just their last segment which is very short, but there are also five or more longer edges (straight ones, without bends) where the angle is not perfect.
Is this a SVG rendering issue or an issue with the layout algorithm itself?
Thank you,
Karel V.
