Hello everyone. I have a performance problem with Batik, maybe this is a known issue, so maybe you can help.
- I have an SVG document (ALWAYS_DYNAMIC) with many text nodes (>100) - I intend to update these DOM node very frequently - I use getUpdateManager().getUpdateRunnableQueue().invokeLater(this); - and in the posted thred I use SetNodeValue(String) to update the values. My problem is that SetNodeValue takes an AWFUL lot of CPU time (I have no idea what it's doing) for every single value. I suppose it's because of refreshing the display. Since I'm updating my DOM by packets I thought there may be a way to update the node values in quick and dirty way first, and then have a call to to refresh the display. Is this possible ? Thank you in advance Blaise --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
