Why are the corners of the round rectangle not smoother and the same thickness as the rest of the round rectangle?
Is this a bug or am I doing something wrong in my command?
Code: Select all
convert -size 500x100 xc:none -fill white -stroke red -strokewidth 5 \
-draw "roundrectangle 0,0 499,99 20,20" roundrect.png
EDIT: Since -draw can draw SVG paths, is there an easy way to tell -draw to use SVG to draw primitives such as circle, ellipse and (round)rectangles.