Quote:
|
Originally Posted by radhika Can anyone tell me why printNode is taking a lot of time?
I am using printNode and passing the string (in the form of XML) to a different page for further manipulations. What I find is, if I draw a lot of lines, curves and other objects in SVG, it is taking much time to generate the string using printNode. Is there any other method by which I can get the generated code?
Thanks & Regards,
Radhika |
I don't see that printNode take a lot of time in my examples ...
Are you sure that delay come from printNode ?
If you create your objects in a single group, and make printNode for this group, perhaps you can win some time ...
You can have a string, and add printNode for created object soon you create it.
Michel