Raphael is a js svg library
| what | how |
| treat raphael element as Dom object | var c = self.paper.getById(id);\\ c.node.id = “myDomObject”; |
| load images with correct width/height | http://stackoverflow.com/questions/10802702/raphael-js-image-with-its-original-width-and-height-size |
links: