apparently the 1 pixel circle under linux draws in exactly one pixel when not in smoothed mode, which broke a test case; so that's changed now

svn: r18037
This commit is contained in:
Robby Findler 2010-02-10 17:40:21 +00:00
parent c1f7ba9042
commit 8f5d2e1864

View File

@ -376,9 +376,9 @@
(image=? (rectangle 4 4 'outline 'black)
(overlay/xy
(rectangle 4 4 'outline 'black)
-1
-1
(circle 1 'solid 'red))))
-2
-2
(circle 2 'solid 'red))))
(test #t
'overlay