Page 1 of 1

Circle radius 1

Posted: 2013-11-29T09:57:01-07:00
by snibgo
There seems to be a bug with -draw when radius is 1. It draws two extra pixels.

I enlarge x10 to show the pixels clearly.

Code: Select all

convert -size 10x10 xc:pink -fill Blue -draw "circle 5,5 5,7" -filter point -resize 1000%% rr2.png
Correct result:
Image

Code: Select all

convert -size 10x10 xc:pink -fill Blue -draw "circle 5,5 5,6" -filter point -resize 1000%% rr1.png
Incorrect result:
Image

Windows 7, IM 6.8.7-5.