When convert SVG to JPG Arrows are not appeared

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.
Post Reply
aravin
Posts: 2
Joined: 2017-03-08T03:13:13-07:00
Authentication code: 1151

When convert SVG to JPG Arrows are not appeared

Post 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]
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: When convert SVG to JPG Arrows are not appeared

Post 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
snibgo's IM pages: im.snibgo.com
aravin
Posts: 2
Joined: 2017-03-08T03:13:13-07:00
Authentication code: 1151

Re: When convert SVG to JPG Arrows are not appeared

Post 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 ');
Post Reply