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.
When I use 'identify' to get this image info, I was told "Geometry: 1x1+0+0". Why would this happen? Should I specify the 'width' and 'height' for svg tag?
The oldest IM I have is 6.5.8-8, which gives me the same results as 6.8.5-8. But it might use a different delegate to your setup. I'm not an expert at IM configuration with libraries etc etc.
Inkscape is generally more comprehensive than IM at reading SVG files.
snibgo wrote:The oldest IM I have is 6.5.8-8, which gives me the same results as 6.8.5-8. But it might use a different delegate to your setup. I'm not an expert at IM configuration with libraries etc etc.
Inkscape is generally more comprehensive than IM at reading SVG files.
Thanks for infomation, but I need to figure out why would this happen.
IM can use its internal MSVG or the external delegate for RSVG or I believe Inkscape. But I do not know how one would install or get an Inkscape delegate or program.
If you run
convert -format
and look at the line for SVG it should tell which it is using.
SVG RW Scalable Vector Graphics ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer. The default resolution is 90dpi.
There is a link to Inkscape in the comment on the page.