adding a missing 2htdp/image color => racket/gui color coercion
closes PR 11956 original commit: 9e36dc8eb328d9c50fcdaf2a8765b09e6591e96e
This commit is contained in:
parent
3235598f6d
commit
63f26ed181
|
@ -1136,7 +1136,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
|
||||||
|
|
||||||
(define (pen->pen-obj/cache pen)
|
(define (pen->pen-obj/cache pen)
|
||||||
(send the-pen-list find-or-create-pen
|
(send the-pen-list find-or-create-pen
|
||||||
(pen-color pen)
|
(get-color-arg (pen-color pen))
|
||||||
(pen-width pen)
|
(pen-width pen)
|
||||||
(pen-style pen)
|
(pen-style pen)
|
||||||
(pen-cap pen)
|
(pen-cap pen)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user