Possible Duplicate:
Convert SVG to image (JPEG, PNG, etc.) in the browser
I have a small project where users construct a diagram using Raphael and then export the composed diagram to an image to save.
Problem is it has to run offline. http://www.nihilogic.dk/labs/canvas2image/ will not work as it requires a canvas, not the Raphael generated SVG.
Is there a way (javascript) that I can export an image from the SVG?