Status: New
Owner: ----
New issue 663 by [email protected]: Grapher is producing corrupt graphs
http://code.google.com/p/google-guice/issues/detail?id=663
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>...
Attachments:
test.dot 5.3 KB
test.png 49.0 KB
--
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.