[Bug 9895] HTMLImageElement's "complete" attribute definition implies immediate image decoding

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9895





--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-09-25 20:13:15 ---
So you decode enough of the image to know its width and height, then set
.complete to true?

What do you do with drawImage() when it's called with an HTMLImageElement that
is not completely decoded but that has complete=true? Is there any way to know
when a very large hidden image will be completely available for rendering on a
canvas?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 25 September 2010 20:13:17 UTC