Page 1 of 1

SVG resolution handling broken?

Posted: 2010-05-23T20:09:54-07:00
by anthony
I think the SVG resolution handling has broken.

this should get me three different sized (and background) images

Code: Select all

  convert -density 36                      home.svg  mome_1.gif
  convert              -background skyblue home.svg  home_2.gif
  convert -density 144 -background none    home.svg  home_3.png
now I just get the same size!

home.svg can be downloaded from
http://www.imagemagick.org/Usage/draw/home.svg
(saved from the Icons generator used in an old Fedora linux distribution)

Re: SVG resolution handling broken?

Posted: 2010-05-23T23:55:20-07:00
by snibgo
On IM 6.6.0-8 under Windows 7, I get different sizes: 24x24, 48x48, and 96x96.

Re: SVG resolution handling broken?

Posted: 2010-05-24T06:14:31-07:00
by magick
We can reproduce the problem and will have a patch in ImageMagick 6.6.2-1 Beta by sometime tomorrow. Thanks.