Hi,
What is the quickest way of either inserting a new node (say <g> with a bunch of paths) into a document or replacing an existing node ?
I have found that under similar circumstances, replaceChild() is about 10% quicker than appendChild(), but for my application it still takes about 5 seconds to dynamically add it.
I take it that the rendering time scales with the number of nodes to add? What are the rendering time parameters here ?
Regards Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]