From 9bce797f1373655dfed363a821608b83625ae7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Axel=20S=C3=B8gaard?= Date: Mon, 27 Feb 2012 23:23:59 +0100 Subject: [PATCH] Added command line for compiling the example. --- examples/raphael-demo.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/raphael-demo.rkt b/examples/raphael-demo.rkt index d9b9c2e..8e47dd2 100644 --- a/examples/raphael-demo.rkt +++ b/examples/raphael-demo.rkt @@ -6,7 +6,10 @@ ; This is a small demonstration of the Javascript ; graphics library Raphael from http://raphaeljs.com/ . -; This example draws a Lissajous curve. +; Include the small script in raphael-script.js to load Rapahel (old version 1.5.2). +; racket ../../whalesong.rkt build --include-script raphael-script.js raphael-demo.rkt + +; The example below the bindings draws a Lissajous curve. ;;;