Page 1 of 1

SVG convert, text size and images href

Posted: 2009-08-22T23:54:32-07:00
by jbenezech
Hi,
I run into two different problems trying to convert an svg to jpg:
1) The text size becomes very big once converted
2) The images do not show up in the converted jpg

Please have a look at the testfiles:
http: // soklimtours. com/testjerome/test.svg
http: // soklimtours. com/testjerome/test.jpg

Any help appreciated.
Regards,
Jerome

Re: SVG convert, text size and images href

Posted: 2009-08-23T08:32:29-07:00
by magick
Are you running under Windows or Linux? If Linux, make sure you have librsvg and its development RPM's installed. Next download the latest ImageMagick release, 6.5.5-0, and build and install. Try converting your SVG script now and see if you get proper results.

Re: SVG convert, text size and images href

Posted: 2009-08-23T17:56:56-07:00
by jbenezech
Hi,
Sorry, forgot to specify.
I'm on XP SP2, running latest build 6.5.5 Q16

Cheers,
Jerome

Re: SVG convert, text size and images href

Posted: 2009-08-23T18:01:45-07:00
by magick
You are using the ImageMagick internal SVG renderer which is still incomplete. We do not have an ETA when it will be improved to render your image properly.

Re: SVG convert, text size and images href

Posted: 2009-08-23T18:07:58-07:00
by jbenezech
Thanks for the quick reply. Any suggestion on how to achieve the conversion ?

Re: SVG convert, text size and images href

Posted: 2009-08-23T18:57:26-07:00
by magick
Certainly running ImageMagick under Linux will solve the problem. Otherwise you will need some other product. We do not have any recommendations.