Code: Select all
convert -size 350x350 canvas:skyblue -fill none -stroke blue \
-draw "path 'M 200,140 300,150 300,140 40,300'" \ test.svg
What am I doing wrong?
Code: Select all
convert -size 350x350 canvas:skyblue -fill none -stroke blue \
-draw "path 'M 200,140 300,150 300,140 40,300'" \ test.svg
Oh Jeebuz....I wondered why all the tutorials seemed to love gif and png so much.whugemann wrote: I think that ImageMagick is not that good at writing vector graphics; it's mostly a raster graphics program.
Yup, thats what I've been trying to work out how to do all day. Not for a single line of course...fmw42 wrote:Perhaps you should build the SVG file from scratch.