diff --git a/collects/2htdp/private/image-core.ss b/collects/2htdp/private/image-core.ss index 0a4e1755..1c7a9ba2 100644 --- a/collects/2htdp/private/image-core.ss +++ b/collects/2htdp/private/image-core.ss @@ -489,7 +489,7 @@ and they all have good sample contracts. (It is amazing what we can do with kids [(outline) (send the-brush-list find-or-create-brush "black" 'transparent)] [(solid) (send the-brush-list find-or-create-brush color 'solid)])) -(provide make-image image-shape +(provide make-image image-shape image-bb image-normalized? image% (struct-out bb) (struct-out point)