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

Opera 11 and IE9 #25

Closed kamildrazkiewicz closed 11 years ago

kamildrazkiewicz commented 12 years ago

In Opera 11(I've got 11.64) most of effects (also on camanjs.com -> examples -> preset examples) didn't work. For example "Glowng Sun" effect draw a circle around the center or fill all scene black. It does randomly.

Rendering in IE9 is very sloooow. Also benchmark test on camanjs.com gives big values.

screenshot: http://imageshack.us/photo/my-images/220/screentf.jpg/

Is there any fix for those issues?

meltingice commented 12 years ago

The problems in Opera seem to correlate with the vignette filter. I'll dig around and see if I can't find a fix.

The IE9 problems are unfortunately due to the fact that IE9's JS engine is not up to par, in terms of speed, with other modern JS engines. There's nothing more I can do on my end to make it run faster.