ellson / MOTHBALLED-graphviz

Moved to https://gitlab.com/graphviz/graphviz
Eclipse Public License 1.0
1.3k stars 256 forks source link

Layout failed when use twopi and ortho at the same time #14

Open tang3w opened 10 years ago

tang3w commented 10 years ago

GraphViz version: 2.36.0

input:

digraph g {
    layout=twopi
    splines=ortho
    a -> b
}

output:

Assertion failed: (np->cells[1]), function chkSgraph, file maze.c, line 315.

call stack:

2014-02-25 9 07 20

emden commented 10 years ago

Please file bug report at http://www.graphviz.org/content/graphviz-issue-tracker. Thanks.

 Emden