What's the best way to get the bounding box of several Raphael objects as a whole?
Can I put them all in a set
and call mySet.getBBox()
?
Or do I need to loop through them all, get bbox
for each one and calculate the overall height and width?
(Also, I can't use SVG directly - I need VML support.)
Uh. It's really easy. (Thanks @Dylan):