diff --git a/collects/mrlib/image-core.rkt b/collects/mrlib/image-core.rkt index f9517d7d..70ade946 100644 --- a/collects/mrlib/image-core.rkt +++ b/collects/mrlib/image-core.rkt @@ -429,9 +429,7 @@ has been moved out). (text? shape) (and (flip? shape) (boolean? (flip-flipped? shape)) - (bitmap? (flip-shape shape))) - (point? shape))) ;; does this belong here? - + (bitmap? (flip-shape shape))))) ;; normalize-shape : shape (atomic-shape -> atomic-shape) -> normalized-shape ;; normalizes 'shape', calling 'f' on each atomic shape in the normalized shape.