raphael
raphael copied to clipboard
IE8 rotate not working
In IE8 with Raphael 2.1.4 I get this error:
Unable to get property 'concat' of undefined or null
caused by this line in the elproto.rotate
function:
this.transform(this._.transform.concat([["r", deg, cx, cy]]));
It was working fine with Raphael 2.1.1
Got exactly the same problem. I wonder if this issue was fixed within a newer version. Does anyone know about a fix?