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