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
[fixed] Bad svg size
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
[fixed] Bad svg size
Last edited by broucaries on 2012-07-23T09:54:02-07:00, edited 1 time in total.
Re: Bad svg size
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.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Bad svg size
Yes it work with density.
It is a feature and not a bug ?
If it is a feature could be documented?
Bastien
It is a feature and not a bug ?
If it is a feature could be documented?
Bastien
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Bad svg size
Could you please document if this ug was fixed ?
If it is a feature?
Thanks
Bastien
If it is a feature?
Thanks
Bastien
Re: Bad svg size
Its a feature and its now documented in Subversion and the ImageMagick web site. Thanks.