noting the bug with image-url

This commit is contained in:
Danny Yoo 2011-11-11 16:58:05 -05:00
parent f84f120cf2
commit 419bd89fc7

View File

@ -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