From 419bd89fc74b7a9b9f550ca058a73fa8d27542d6 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 11 Nov 2011 16:58:05 -0500 Subject: [PATCH] noting the bug with image-url --- scribblings/cs019.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scribblings/cs019.scrbl b/scribblings/cs019.scrbl index c94adca..56445f7 100644 --- a/scribblings/cs019.scrbl +++ b/scribblings/cs019.scrbl @@ -932,6 +932,10 @@ may be useful when deploying a finished program. @section[#:tag "bugs"]{Known bugs and deviations} @itemize[ + +@item{@racket[image-url] doesn't currently work with offline app +support. Use @racket[define-resource] instead.} + @item{Whalesong's compiler doesn't know how to compile programs with embedded image snips. You can work around this by using @racket[define-resource], and save an image file in the same directory