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.gifCode: Select all
      convert xc:skyblue -fill white -stroke black \
      -draw ""@rounded_corner.mvg" draw_rrect.gifI 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.gifAny ideas?
Thanks!
Thanks!
