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:
parent
c1f7ba9042
commit
8f5d2e1864
|
@ -376,9 +376,9 @@
|
||||||
(image=? (rectangle 4 4 'outline 'black)
|
(image=? (rectangle 4 4 'outline 'black)
|
||||||
(overlay/xy
|
(overlay/xy
|
||||||
(rectangle 4 4 'outline 'black)
|
(rectangle 4 4 'outline 'black)
|
||||||
-1
|
-2
|
||||||
-1
|
-2
|
||||||
(circle 1 'solid 'red))))
|
(circle 2 'solid 'red))))
|
||||||
|
|
||||||
(test #t
|
(test #t
|
||||||
'overlay
|
'overlay
|
||||||
|
|
Loading…
Reference in New Issue
Block a user