noting bug about image snips
This commit is contained in:
parent
08bcfb7c6a
commit
9a8d089c24
|
@ -879,3 +879,12 @@ Opens an output port that will be directed to write to the DOM element
|
||||||
whose id is @racket[id]. Note: writing to this port shouldn't fail,
|
whose id is @racket[id]. Note: writing to this port shouldn't fail,
|
||||||
even if the id does not currently exist on the page.
|
even if the id does not currently exist on the page.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@section{Known Bugs}
|
||||||
|
|
||||||
|
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
|
||||||
|
as your source.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user