Fabien,
Do you have an example where the canvas element is rendered
onDOMReady? My (limited) research has only found the rendering to be
coincidental with onLoad.
On May 12, 1:42 am, Fabien <
phenxdes...@gmail.com> wrote:
> Hello, yes you can make it appear earlier, but this is not exCanvas
> which is slow, this is the event that fires it's drawing.
> The fastest event possible to draw on a canvas is the "DOM ready" (or
> "DOM loaded") event which is fired when the dom is loaded, even if the
> images are not. There are many scripts that can fire this event, likehttp://
code.google.com/p/domready/