Comment by [email protected]:

My graphs look terrible (there are lines without parent connections.) I assume it's related to these multiple "unknown tag" errors with even simple projects when running dot -Tpng test.dot >test.png:

Error - pango_parse_markup: Unknown tag 'java.lang.Object' on line 1 char 196
Error - pango_parse_markup: Unknown tag 'ActivityHelper' on line 1 char 39
...

It looks as if dot is parsing the &lt &gt as literal less than/greater than symbols. For instance in the .dot file, the java.lang.Object looks like this:

...<java.lang.Object&gt...

For more information:
http://code.google.com/p/google-guice/wiki/Grapher

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to