I'm trying to transform a canvas on html image.
The canvas is display without any problem, in $('#image1') there are some data, but it's not display ? What i have forget ?
Here is a jsfidle with the code : http://jsfiddle.net/mcbjam/tZGcq/
Here is the call i need to perform.
$('#image1').attr('src', image.src);
:-).)