RaphaelJS 2.1 vs. 1.5.2 getBBox Error
问题 I'm trying to create a draggable graph similar to http://raphaeljs.com/graffle.html (works in both 1.5.2 and 2.1), but I want to include text in the boxes. I added the text using the suggestion in another question: How can I combine objects in the Raphael javascript library? This solution works great with RaphaelJS 1.5.2, but it breaks in RaphaelJS 2.1. jsFiddle Example: http://jsfiddle.net/ScBtZ/ The only difference I have found is that Element.getBBox() returns a very different result.