DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

IE8 rotate not working #1037

Open emiliemarchand opened 8 years ago

emiliemarchand commented 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:

this.transform(this._.transform.concat([["r", deg, cx, cy]]));

It was working fine with Raphael 2.1.1

martin5575 commented 8 years ago

Got exactly the same problem. I wonder if this issue was fixed within a newer version. Does anyone know about a fix?