graphviz produces bad svg. it contains scale(1.333333 1.333333) that causes many programs to display only a part of the image. Reproducible: Always Steps to Reproduce: 1. create a valid dot file, e.g. "digraph G {A->B;C->D;D->E;E->A;E->C;}" 2. dot -Tsvg <your-file> > test.svg 3. display it (e.g. with imagemagick) Actual Results: a part of the image is displayed Expected Results: the whole image should be displayed
Any special reason why's this a Gentoo bug, and not an upstream one?
Well, reopen if you can explain why is this a Gentoo bug; otherwise go report this upstream.