Javascript and graphics

Hey guys. Is it possible to use javascript to do simply drawing of just lines and a particular image, then use XML to represent the drawing that will be stored on a server , so that the drawing can be retrieved at a later date for display?

Yes there’s SVG for this purpose and there’re libraries like RaphaelJS to help you with that.

thanks. I’ll look into that.