* MJ wrote: >I have searched high and low and not found a clear answer to my >problem of slow performance using Batik with not-very-large SVG files >(8 - 9 seconds to load and render an updating 552 KB file).
For Batik it should be fairly simple to get an idea why that is so, you'd just profile the application and look what it spends most time doing, then you can try to avoid causing that. Without any idea what features you are actually using (CSS, script, filters, text, images) there is not much we could tell you. If you don't use filters but script, I would suspect the script is causing this or you are doing something weird. -- Bj�rn H�hrmann � mailto:[EMAIL PROTECTED] � http://bjoern.hoehrmann.de Weinh. Str. 22 � Telefon: +49(0)621/4309674 � http://www.bjoernsworld.de 68309 Mannheim � PGP Pub. KeyID: 0xA4357E78 � http://www.websitedev.de/ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

