zoltan-dulac / cssSandpaper

a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
208 stars 47 forks source link

Causes huge black box when text-shadow used in conjunction with CSS -ms-transform:rotate #13

Open Veil opened 11 years ago

Veil commented 11 years ago

Without the rotation the text-shadow shows fine, however when rotated, there's a black box around the element and the text-shadow is not displayed correctly.

nrunde commented 11 years ago

Causes the same issue when using -sand-transform:skewY() Is there already a solution?