I would like to create an image that is EXACTLY the size of my rounded-rectangle.
However this does NOT work:
Code: Select all
convert xc:skyblue -fill white -stroke black \
-draw "roundrectangle 20,10 80,50 20,15" draw_rrect.gif
Code: Select all
convert xc:skyblue -fill white -stroke black \
-draw ""@rounded_corner.mvg" draw_rrect.gif
I can NOT use the size attribute like this
Code: Select all
convert -size 100x60 xc:skyblue -fill white -stroke black \
-draw "roundrectangle 20,10 80,50 20,15" draw_rrect.gif
Any ideas?
Thanks!
Thanks!