[graphviz-interest] problem using lua library, bezier assertion
Sparr <[email protected]> Mon, 24 Feb 2014 19:33:14 -0500
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <CANp3UNCG8GJwiy3eLThr8cyq+gQpx9Vo1PT77by-uALJzX+a2g@mail.gmail.com> |
I have here a test script that is producing unexpected results:
#!/usr/bin/env lua
require ("gv")
g = gv.readstring("digraph G {a->b}")
gv.render(g, 'dot');
and here is are the results:
# ./gv_failure_test_case.lua
Assertion failed: (bz.size % 3 == 1), function bezier_bb, file emit.c,
line 3871.
Abort trap: 6
I have tried this with the current stable version, the latest
development snapshot, and current git head.
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest