Closed
Description
From glenviewjeff on October 22, 2011 13:15:56
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
It looks as if dot is parsing the < > as literal less than/greater than symbols. For instance in the .dot file, the java.lang.Object looks like this:
...<java.lang.Object>...
Attachment: gist
test.dot
Binary attachments: test.png
Original issue: http://code.google.com/p/google-guice/issues/detail?id=663