Schepp / CSS-Filters-Polyfill

This polyfill takes the official CSS filters syntax and translates it to the different equivalent techniques that the browsers know for those effects
MIT License
762 stars 66 forks source link

Remove the minus + double the pixelradius #5

Closed lemnis closed 11 years ago

lemnis commented 11 years ago

Change the -webkit-filter for brightness into a postive number.

On the demo it is a negative number, when you change it to a postive number it shows up exactly how IE it displays.

Also when you double the pixelradius of the blur effect on the IE filter it looks more closely on the chrome blur.

Schepp commented 11 years ago

Done! And sorry for me taking so long.