get two more 2htdp/image test cases to pass
original commit: bf62d4b6d6e1968ddaf3adc835c4f70d7321228a
This commit is contained in:
parent
439d046c98
commit
0590579daa
|
@ -1014,7 +1014,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
|
|||
[(pen? color)
|
||||
(pen->pen-obj/cache color)]
|
||||
[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)
|
||||
(send the-pen-list find-or-create-pen "black" 1 'transparent)]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user