[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 fr

[whatwg] Canvas.toDataURL() browser implementations

2009-07-21 Thread OmegaJunior
Dear WhatWG list, Since the last implementation report for the Canvas element in HTML5 was updated last February, I thought it wise to report that: The Canvas.toDataURL() method was found implemented by the following browsers: Opera 10 beta 2 (including support for image/png and image/jpeg) Googl

[whatwg] Canvas.cloneNode()

2009-10-30 Thread OmegaJunior
Greetings, Since Last Call was announced and I just ran into this problem, hereby this question: If an image is drawn on a Canvas element, and subsequently the javascript function cloneNode(true) is executed for that element, should the clone include a copy of the source canvas image, or should i