Hi, I just started using Batik and i am in the process of creating an applet to view an existing SVG document with javascript features. I got it to work successfully but the dynamic updates handled by the javascript are very slow. I have more than 100 path elements to update and it takes around 2-3 minutes to update all the elements. Is this because my SVG uses javascript? Will converting javascript to java classes help in performance? I found out that javascript compiler converts .js files to java classes and SVG can load external resurces like jar archives. Can someone point me to some examples as how i could do this?
Thanks, Javid A clever person solves a problem. A wise person avoids it. -- Einstein --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
