2003-03-20 18:35:00 UTC
Since this program (which works really nicely for a lot of the stuff I play with) reads dot files, it would be extremely useful to be able to export dot files as well with the positional information added back into the dot file, much as
dot test.dot > test2.dot
does in the graphviz package. That would then allow the dot renderer to be used to generate the output. If noone has tackled this yet, I can probably knock a basic output function together pretty easily.
Another nice filter to add would be the 'Dia' format. I haven't poured over the documentation for that enough to know how straightforward that would be. I suspect that the XML format output could be used as a basis for a Dia export filter.