small fix to in image
svn: r16425
This commit is contained in:
parent
8f4bbdc89a
commit
809b9dfbe7
|
@ -109,7 +109,7 @@ plt/collects/tests/mzscheme/htdp-image.ss
|
|||
|
||||
(define (check-sizes who w h)
|
||||
(unless (and (< 0 w 10000) (< 0 h 10000))
|
||||
(error (format "cannot make ~a x ~a image" w h))))
|
||||
(error who (format "cannot make ~a x ~a image" w h))))
|
||||
|
||||
(define (mode? x)
|
||||
(member x '(solid "solid" outline "outline")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user