-----Ursprüngliche Nachricht-----
Von: Richard Heintze [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 19. Februar 2003 21:53
An: Batik Users
Betreff: Re: AW: My clockHow do I view this clock? I tried the following command but it did not like "svgDocument"
java -jar g:\batik-1.5\batik-squiggle.jar clock#3.svg
"Lolling, Jan" <[EMAIL PROTECTED]> wrote:
greate it works fine...Jan-----Ursprüngliche Nachricht-----
Von: Nicolas Socheleau [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 18. Februar 2003 21:00
An: 'Batik Users'
Betreff: RE: My clockHi Felipe,
Batik will recognize ecmascript and not _javascript_, so you should use :
<script type="text/ecmascript">The second thing is that svgDocument is not defined as a global object for accessing the document. Replace in your script 'svgDocument' by 'document' and it will work.
Nice clock.
Cheers,
Nicolas> -----Original Message-----
> From: Felipe Gaúcho [mailto:[EMAIL PROTECTED]]
> Sent: February 18, 2003 1:45 PM
> To: Batik Users; [EMAIL PROTECTED]
> Subject: My clock
>
>
> After a few trials,
>
> I finally produced my first animation using svg and
> _javascript_: a clock.
>
> complete code attached to help other students...
>
> But it didn´t worked in the Batik Browser. Do you know why?
>
> regards,
>
> Felipe Gaúcho
>
>
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
change
to the ./batik-1.5 directory (necessary because squiggle looks for another
archives in the working dir)
start
javaw -jar batik-squiggle.jar
use
the open menu....
Jan
