Page 1 of 1

When convert SVG to JPG Arrows are not appeared

Posted: 2017-03-08T03:19:11-07:00
by aravin
Hi,

I am using ImageMagick to convert my svg image jpg it is working fine. Whenever the arrow is available in my svg the conversion omits the arrow mark, rest converted well. Please guide to me solve the issue.

ImageMagick version: 7.0.4.0 Q16x24 installed in windows 2012 machine

[SVG img][/http://imgh.us/svg1.svg]

[JPG img][/https://ibb.co/k0wW5a]

Re: When convert SVG to JPG Arrows are not appeared

Posted: 2017-03-08T08:15:34-07:00
by snibgo
It works fine, using Inkscape as the rasterizer, after removing each """.

EDIT: See also http://www.w3.org/TR/SVG/linking.html#IRIReference

Re: When convert SVG to JPG Arrows are not appeared

Posted: 2017-03-08T21:10:57-07:00
by aravin
Hi thanks for your reply,

Tried with Inkscape it is working fine(arrows are appeared but working only on COMMAND PROMPT). In top of the some T symbol appeared.

This is my code in PHP

system('"C:\Program Files\Inkscape\inkscape.exe" -f "'some.svg" -e "some.jpg" --export-background=white --export-area-drawing ');