Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191836 - media-gfx/graphviz produces bad svg output
Summary: media-gfx/graphviz produces bad svg output
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 16:09 UTC by Julius Schmidt
Modified: 2007-10-04 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.