Code: Select all
convert svgtest2.svg svgtest2.png
Code: Select all
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="640" height="480">
<path transform="matrix(1,0,0,1,0,0)" fill="none" stroke="#E01B5D" d="M110,129 L180,342 L250,252 L390,67" stroke-width="2"></path>
</svg>
I am very new to ImageMagick so I apologize if this is actually user error. My eventual goal is to convert SVG to PNG using Magick.NET and I will have very limited permissions in the production environment, so I would prefer to use only the default SVG renderer that comes with ImageMagick if possible.