Possible bug draw roundrectangle IM 6.9.2.8 Q16 Mac OSX

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Possible bug draw roundrectangle IM 6.9.2.8 Q16 Mac OSX

Post 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.
Post Reply