Re: problem running

Emmanuel Pietriga wrote:

> 
> The current "official" version for Windows is 1.16. This version does 
> generate a graph (i.e. no parsing error). However, the graph's layout is 
> ugly. I check unofficial version 1.17.20040915.0430, which behave in the 
> same way (ugly graph). So I strongly suggest sticking to 1.12 until I 
> fix things.
> 
> I don't know yet where the problem comes from, as I do a lot of 
> post-processing on the SVG generated by graphviz before displaying it in 
> the IsaViz graph window. So it might be a problem in GraphViz or an 
> incompatibility between recent versions and my post-processing methods.
> 
> I'll post a message here when I have more information.
> 
> Emmanuel

I've eventually identified the problem, and luckily few people should 
experience it.

Just for the record, I got an ugly layout with 1.16 and 1.17 because I 
specified a Unicode font in IsaViz that DOT somehow fails to retrieve on 
this machine (don't know why yet). Switching to a more standard font 
(e.g. Arial) fixed the problem (I guess the behaviour of the graph 
layout/text width algorithm changed somewhere between 1.12 and 1.16 and 
is now more sensitive to the selected font, thus doing weird things when 
the requested font cannot be found).

Emmanuel

-- 
Emmanuel Pietriga
http://claribole.net

Received on Thursday, 16 September 2004 07:48:49 UTC