DmitryBaranovskiy / raphael

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

getBBox works wrong in IE9(SVG mode) with rotated text #338

Closed golosov-novel closed 11 years ago

golosov-novel commented 13 years ago

If text rotation differs from zero getBBox method gives wrong results. As consequence of this text rotation also works wrong. Just open text rotation example http://raphaeljs.com/text-rotation.html in IE9 without compatibility mode (i.e. when IE9 uses SVG engine), you'll see very strange behavior. Tested in IE 9.0.8112.16421 using raphaelJS 1.5.2

tomasAlabes commented 11 years ago

Is this happening in the latest version?