What is the best way to get the bounding box of several Raphael objects in general?
Can I put them all in set and call mySet.getBBox() ?
Or do I need to skip them all, get a bbox for each of them, and calculate the total height and width?
(Also, I cannot use SVG directly - I need VML support.)
javascript svg raphael vml
peteorpeter
source share