meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Occasionally the image will fail to load when invoked #5

Closed meltingice closed 13 years ago

meltingice commented 13 years ago

Sometimes when invoking CamanJS on an image element, the image will fail to load and it will not be painted to the canvas. The error given is:

Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1

I have a hunch its some kind of race condition/timing issue with the loader function, although I haven't been able to pinpoint it yet.