* wrap/python/cgi/ltl2tgba.in: Convert GIFs to PNGs. Restrict

the size of dot's output to 1024x1024.
* src/tgbaalgos/dotty.cc (dotty_bfs::start): Do not preset
the size of the graph.  Set height=0 for the invisible state.
This commit is contained in:
Alexandre Duret-Lutz 2003-08-07 12:14:01 +00:00
parent e88b41d8c9
commit 1276abd290
4 changed files with 32 additions and 13 deletions

View file

@ -1,3 +1,10 @@
2003-08-07 Alexandre Duret-Lutz <adl@gnu.org>
* wrap/python/cgi/ltl2tgba.in: Convert GIFs to PNGs. Restrict
the size of dot's output to 1024x1024.
* src/tgbaalgos/dotty.cc (dotty_bfs::start): Do not preset
the size of the graph. Set height=0 for the invisible state.
2003-08-06 Alexandre Duret-Lutz <adl@gnu.org>
* src/ltlparse/ltlparse.yy: Fix precedence OP_OR < OP_XOR < OP_AND.