[fixed] Bad svg size

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

[fixed] Bad svg size

Post 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
Last edited by broucaries on 2012-07-23T09:54:02-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bad svg size

Post 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.
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Bad svg size

Post by broucaries »

Yes it work with density.

It is a feature and not a bug ?

If it is a feature could be documented?

Bastien
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Bad svg size

Post by broucaries »

Could you please document if this ug was fixed ?
If it is a feature?

Thanks

Bastien
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bad svg size

Post by magick »

Its a feature and its now documented in Subversion and the ImageMagick web site. Thanks.
Post Reply