SVG stretched?
Posted: 2008-11-07T19:13:00-07:00
I have an SVG file that displays correctly in Inkscape, Adobe Illustrator, Firefox, and the Adobe IE SVG plugin but displays horizontally stretched in Image Magick's IM_Display program or in my application that uses Magick++. I'm using ImageMagick-6.4.5.
Any suggestions on how to prevent this?
The original SVG Image is available at: http://cid-b65b5474ac45b749.skydrive.li ... c/Jeep.svg
Stretched Image as incorrectly shown in Image Magick Display Program
Streteched Image generated via Magick++.
Image shown correctly in Inkscape
Thank you for the help,
Craig
Any suggestions on how to prevent this?
The original SVG Image is available at: http://cid-b65b5474ac45b749.skydrive.li ... c/Jeep.svg
Stretched Image as incorrectly shown in Image Magick Display Program
Streteched Image generated via Magick++.
Code: Select all
Image.read("myimage.svg");
Image.write("myimage.png");
Image shown correctly in Inkscape
Thank you for the help,
Craig