roundRectangle has wrong strokewidth
Posted: 2009-12-20T11:47:36-07:00
Hello,
this code
draws a 5 pixel width round rectangle. ImageMagick version is 6.5.7 Q16 on a windows xp system.
Thanks.
this code
Code: Select all
convert test1.bmp -fill none -stroke #154997 -strokewidth 4 -draw "roundRectangle 10,10 100,100 16,16" test2.bmp
Thanks.