Page 1 of 1

Possible bug draw roundrectangle IM 6.9.2.8 Q16 Mac OSX

Posted: 2015-12-18T12:34:38-07:00
by fmw42
.

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
Image


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.