codepo8 / canvas-masking

Masking images with canvas - Demo http://codepo8.github.io/canvas-masking/
207 stars 34 forks source link

Great script! Supposed to work in IE? Probably not? #3

Closed silentdan closed 11 years ago

silentdan commented 11 years ago

Just wondering, script supposed to work with < IE9? I tried to bundle this with https://code.google.com/p/explorercanvas/, but can't get it out of the box too work. so it comes down with IE it seems to @derschepp approach:http://thenittygritty.co/css-masking ? thank you very much, chris!

update: border-radius does the job!

bfintal commented 11 years ago

Doubt it since the canvas element isn't supported < ie9 (and the current opera mini also for that matter): http://caniuse.com/#search=canvas

codepo8 commented 11 years ago

yep, no canvas in OldIE :(