Page 1 of 1
[fixed] Bad svg size
Posted: 2011-12-21T08:18:41-07:00
by broucaries
See debian bug report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632526 and particularly display.svg that has a bad size.
This work with rsvg-view so it seems a bug with imagemagick backend.
Please try to fix
Re: Bad svg size
Posted: 2011-12-21T11:25:22-07:00
by magick
We cannot reproduce the problem. ImageMagick 6.4.0 displays the drawing.svg image @ 640x480 as expected. That is with and without the RSVG delegate library (e.g. display drawing.svg and display msvg:drawing.svg). SVG is responsive to the resolution. Its possible the display program is inheriting the resolution of the display device which is typically 85x85 or on our host 95x94. To force the resolution you could try display -density 72x72 drawing.svg.
Re: Bad svg size
Posted: 2011-12-22T01:40:02-07:00
by broucaries
Yes it work with density.
It is a feature and not a bug ?
If it is a feature could be documented?
Bastien
Re: Bad svg size
Posted: 2012-06-25T04:29:19-07:00
by broucaries
Could you please document if this ug was fixed ?
If it is a feature?
Thanks
Bastien
Re: Bad svg size
Posted: 2012-06-25T05:22:37-07:00
by magick
Its a feature and its now documented in Subversion and the ImageMagick web site. Thanks.