Re: Canvas

Maciej Stachowiak wrote:
> The Image object is actually the same as an <img> element. It's just 
> not in the document initially.

Funny enough, Konqueror has (or had at least) some highly annoying 
inconsistencies with |new Image| and |document.createElement("img")|. 
That is, the former couldn't be inserted into the document and the 
latter didn't dispatch the "load" event. I'd bet that Safari inherited 
that flaw, although it's probably fixed now.

--Dao

Received on Sunday, 8 April 2007 14:52:19 UTC