emden

Results 4 issues of emden

With the attached file, the lengths of some edges are too long. This occurs in 2.40 but not 2.38. It appears the rank distances are not being set correctly in...

If the graph ```c digraph { a -> b { rank=source c] { rank=sink d} } ``` is processed with dot -Gnewrank, c and d are placed on the same...

Running dot -Gnewrank -Grankmode=graph on the following graph loses the clusters on output: ```C digraph { subgraph "cluster_1" { 1; } subgraph "cluster_2" { 2 } } ``` Related issue...

The output from running fdp on the regression test file rtests/graph/fdp.gv can change between runs. This appears unrelated to the use of drand, as the seed is always set the...