Possible Duplicate:
Convert SVG to image (JPEG, PNG, etc.) in the browser
I am developing a card game using Kinetic.js and at the moment I am exploring the opportunity to do allow both "windowed" and full-screen modes for the game. If users chooses to play in fullscreen mode, JS should be able to generate (or load) bigger images for the cards.
It would be best to just load SVG images at start and then generate rasterized images of required size on the client's computer. Is it doable using just JavaScript?