John Ellson
John Ellson
I can reproduce this problem on Linux using this hacked C version ``` work:bug1199$ cat test.c #include #include #include #include #include void dump(Agraph_t* root, char* filename) { GVC_t* gvc =...
OK, I don't think its a problem with agdelete(). Adding: gvFreeLayout(gvc, root); gvFreeContext(gvc); seems to fix the problem. ``` work:bug1199$ cat test.c #include #include #include #include #include void dump(Agraph_t* root,...
I wasn't able to reproduce the issue as you described it, possibly because I didn't accurately reproduce your D0T source from the image provided, or perhaps because I'm using a...
ok, its a bug, its caused by any space after the between the > of the last HTML-like element, and the closing > > On October 17, 2017 at 8:59...
1. We're getting old, and so need to move the account out from under any single individual ownership - hence ellson/graphviz -> graphviz/graphviz 2. We need to move everything off...
Jeremy, Graphviz development has moved to, https://gitlab.com/graphviz/graphviz Please create a new issue, or update an exusting issue, there Please be sure to include a test case. History says that this...
I don't recall ... I may have done to support GUI operations -- but I doubt that I expected rename to effect a structural change like subgraph --> cluster. >...
I see the reference in doc/FAQ.html, but I don't know the current home of Grappa. "~john" in this case is John Mocenigo ( I can't see how to add a...
Erwin, Thanks very mich for this ... committed. ``` http://ellson.github.io/graphviz/ ``` We've just made a decision to migrate graphviz.org onto GitHub (subject to any feedback from GitHub admins). This is...
At some graph complexity, finite time, memory, cpu, dot will be unable to complete .. there are no guarantees, but if the code is just looping without any progress then...