get two more 2htdp/image test cases to pass
This commit is contained in:
parent
a658a7620b
commit
bf62d4b6d6
|
@ -1014,7 +1014,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
|
||||||
[(pen? color)
|
[(pen? color)
|
||||||
(pen->pen-obj/cache color)]
|
(pen->pen-obj/cache color)]
|
||||||
[else
|
[else
|
||||||
(send the-pen-list find-or-create-pen (get-color-arg color) 0 'solid)])]
|
(send the-pen-list find-or-create-pen (get-color-arg color) 0 'solid 'round 'miter)])]
|
||||||
[(solid)
|
[(solid)
|
||||||
(send the-pen-list find-or-create-pen "black" 1 'transparent)]))
|
(send the-pen-list find-or-create-pen "black" 1 'transparent)]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user