How to correctly convert SVG with styles?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
DarkDeny
Posts: 1
Joined: 2014-04-30T02:43:19-07:00
Authentication code: 6789

How to correctly convert SVG with styles?

Post by DarkDeny »

I have a SVG file with <style> tag in it. But for some reason when I am trying to convert this SVG to PNG those styles are not used. The command line I use is following: convert input.svg output.png
What am I oding wrong?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to correctly convert SVG with styles?

Post by snibgo »

What delegate are you using? If "-verbose" doesn't show Inkscape, I suggest you install Inkscape and put its directory in your system path.

If that doesn't help, put your SVG here.
snibgo's IM pages: im.snibgo.com
Post Reply