printNode
We are implemeting something similar to WhiteBoard, so whenever there is a change in the SVG the same has to be captured and sent. So i need to use this printNode for every movement of the mouse. On using printNode in mouse move event it is taking time. If not printNode, is there any other method by which I can get the latest changes done to the SVG?
Regards,
Radhika |