How to make a pattern “fixed” in Raphael.js / IE?
It seems like a redraw bug in IE. One workaround is to reset the fill image by adding path_f.attr({fill:’url(http://www.fotoshack.us/fotos/58480536599_97943820.jpg)’}); after the translation. See fiddle here. This works okay in IE9 except for being slightly sluggish, but maybe you can find a cheaper way of forcing redraws. Not tested in older IEs. Also, it causes flickering … Read more