I've got a canvas that works thanks to Google's excanvas
in IE. Now I want to blur the thing.
I added a blur filter with the IE propertiary syntax and it blurred the canvas and the text inside a div.
Well... It did work in IE7 and IE9, but not in IE8. [WTF?!]
Hope somebody have seen that before.
I also tried to enable the blur from javascript after drawing on the canvas, but it didn't change anything.
Here's a live example:
http://jsfiddle.net/rd9q5/1/embedded/result/
The example is only the IE code. It won't work in other browsers, but my main code does.
I put an interesting image in the example for you to get amused while you help me. :)
[edit]
Generally blur works in IE8 - I put some text at the bottom of the div in my example page and the text gets blurred.