diff --git a/collects/mrlib/image-core.rkt b/collects/mrlib/image-core.rkt index b3030b28..12fe9df5 100644 --- a/collects/mrlib/image-core.rkt +++ b/collects/mrlib/image-core.rkt @@ -1065,7 +1065,8 @@ the mask bitmap and the original bitmap are all together in a single bytes! (make-object color% (color-red color) (color-green color) - (color-blue color)))) + (color-blue color) + (/ (color-alpha color) 255)))) (define (pen->pen-obj/cache pen)