Open emiliemarchand opened 8 years ago
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:
elproto.rotate
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?
In IE8 with Raphael 2.1.4 I get this error:
caused by this line in the
elproto.rotate
function:It was working fine with Raphael 2.1.1