- Code: Select all
<canvas height="480" width="320"><img src="some/path/ueber_cool.png" alt="Whatever" width="320" height="320"></canvas>
Then in my JS i'm grabbing that image via DOM methods, throw it into the canvas, do some post-processing and have it displayed.
That works like a charm im current Ff and Safari Versions, and degrades nicely for IE without document.createElement, but it does not work in even the latest Opera 10. There, the canvas tag is always empty DOM-wise (if you look at it through Dragonfly for example).
I consider this a bug in Opera (which i've already filed), but the thing is, that the spec doesn't seem to mention anything about that. Either that, or i haven't found/understood it. So is Opera really doing it wrong? I sure hope so.
Cheers
Dan