获取一组 Raphael 对象的 BBox?
获得多个拉斐尔对象作为一个整体的边界框的最佳方法是什么?
我可以将它们全部放入 set
中并调用 mySet.getBBox()
吗?
或者我是否需要遍历所有这些,为每个获取 bbox
并计算总体高度和宽度?
(另外,我不能直接使用 SVG - 我需要 VML 支持。)
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.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃。这真的很容易。 (谢谢@迪伦):
Uh. It's really easy. (Thanks @Dylan):