* 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

@ -37,5 +37,8 @@ You have to install the script yourself if you want to test it.
will run the script when the HTTP server processes the
request.
ltl2tgba purges old files (>10min) from this directory
ltl2tgba purges old files (>10min) from this directory
each time it runs.
4) `dot' from the GraphViz package, and `convert' from
the ImageMagick package should be in the PATH.