Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 191836

Summary: media-gfx/graphviz produces bad svg output
Product: Gentoo Linux Reporter: Julius Schmidt <aiju>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED UPSTREAM    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Julius Schmidt 2007-09-09 16:09:03 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-09 16:41:29 UTC
Any special reason why's this a Gentoo bug, and not an upstream one? 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-10-04 21:53:04 UTC
Well, reopen if you can explain why is this a Gentoo bug; otherwise go report this upstream.