To load the canvas with an image data URL, we can make an AJAX call to get a data URL, create an image object with the URL, and then draw the image onto the canvas with the drawImage() method of the canvas context.
Code Editor
Modified on April 9th, 2013
by Eric Rowell