For when a browser does not support the canvas tag I show an image.
I have placed this image as a background of a div inside the canvas tag:
<canvas width="1200" height="470">
<div id="wallpaper"></div>
</canvas>
The image still downloads though, even if the canvas tag is supported, is there a way to prevent the image downloading to the browser if the canvas tag is supported?