raphael icon indicating copy to clipboard operation
raphael copied to clipboard

IE8 rotate not working

Open emiliemarchand opened this issue 8 years ago • 1 comments

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

emiliemarchand avatar Feb 29 '16 21:02 emiliemarchand

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

martin5575 avatar May 27 '16 12:05 martin5575