New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unreadable type graphs #246
Comments
|
I think that if we provide .svg links then this problem is not an issue. See #283 |
|
I take my words back. This has to be fixed anyway, stand-alone images are just as unreadable even if zoomed: https://docs.perl6.org/images/type-graph-Metamodel%3A%3AMethodContainer.svg |
|
OK, this is tough. Here's my progress so far.
|
|
Discussion and some pretty graphs: https://irclog.perlgeek.de/perl6/2017-09-02#i_15107475 |
|
Unassigning myself because I'm getting burned on this issue. I hope my findings will help someone. |
|
FWIW another interesting (possibly easier) graph issue: #72 |
|
Actually, I think we need a rewrite of the code that does graph generation. See also 82966bc |
|
Shouldn't that go to a separate issue? |
And also avoiding overlap. Ideally, it should help with #246. If it's OK with everyone, close it.
Check [IRC log](discussion](https://irclog.perlgeek.de/perl6/2018-03-23#i_15958129)) for discussion. Also related to #246 (although it's closed). Kudos and 👍 to @AlexDaniel for help.
See example here: http://doc.perl6.org/type/Metamodel::MethodContainer
That's how it is rendered for me:

And that's how provided PNG version looks like:

Zooming does not help. In fact, it seems like the svg is inlined, so I can't open it separately and zoom it there.
The text was updated successfully, but these errors were encountered: