Re: [whatwg] drawImage() - image argument description for animation

2009-07-14 Thread Ian Hickson
On Mon, 22 Jun 2009, OmegaJunior wrote: Currently the drawImage() function defines the following behaviour for its image argument if that happens to represent an animation: When the drawImage() method is passed, as its image argument, an HTMLImageElement representing an animated image, the

[whatwg] drawImage() - image argument description for animation

2009-06-22 Thread OmegaJunior
Currently the drawImage() function defines the following behaviour for its image argument if that happens to represent an animation: When the drawImage() method is passed, as its image argument, an HTMLImageElement representing an animated image, the poster frame of the animation, or the first

Re: [whatwg] drawImage with non-existent images

2008-06-12 Thread Ian Hickson
On Sun, 17 Feb 2008, Jeff Walden wrote: http://www.whatwg.org/specs/web-apps/current-work/multipage/section-the-canvas.html#drawimage: If the image argument is an HTMLImageElement object whose complete attribute is false, then the implementation must raise an INVALID_STATE_ERR

Re: [whatwg] drawImage with non-existent images

2008-02-18 Thread Anne van Kesteren
On Mon, 18 Feb 2008 03:24:45 +0100, Jeff Walden [EMAIL PROTECTED] wrote: If the image argument is an HTMLImageElement object whose complete attribute is false, then the implementation must raise an INVALID_STATE_ERR exception. This is all well and good in the case where the image being

[whatwg] drawImage with non-existent images

2008-02-17 Thread Jeff Walden
http://www.whatwg.org/specs/web-apps/current-work/multipage/section-the-canvas.html#drawimage: If the image argument is an HTMLImageElement object whose complete attribute is false, then the implementation must raise an INVALID_STATE_ERR exception. This is all well and good in the case where

[whatwg] drawImage()

2007-05-09 Thread Anne van Kesteren
It would be nice if this method described things for image in terms of .complete. Although I've also heard people suggest they would like this method to be synchronous when HTMLImageElement is passed (Bjoern, iirc) so that you don't need the trickery involved to make sure it's already

Re: [whatwg] drawImage()

2007-05-09 Thread Anne van Kesteren
On Wed, 09 May 2007 11:10:22 +0200, Anne van Kesteren [EMAIL PROTECTED] wrote: It would be nice if this method described things for image in terms of .complete. Although I've also heard people suggest they would like this method to be synchronous when HTMLImageElement is passed (Bjoern,