Is it possible to make the background image of a DIV a canvas that can be modified with getContext(\"2d\")?
You can have a canvas inside the div with absolute css position, other elements have to have z-index greater than the canvas.