SVG viewBox 到 VML 坐标原点/坐标大小
我不确定如何将以下包含 viewBox 属性的 SVG 片段转换为 VML coordorigin 和 coordsize 属性。
<
svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 版本="1.1" width="600px" height="600px" viewBox="-67235,-57840 124725,118547">
如有任何帮助,我们将不胜感激。
I'm unsure how to convert the following SVG snippet containing a viewBox attribute to VML coordorigin and coordsize attributes.
<
svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600px" height="600px" viewBox="-67235,-57840 124725,118547">
Any help would definitely be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 IE<9 中运行此 jsfiddle 并查看它是否有帮助(您必须格式化结果)。
http://jsfiddle.net/mihaifm/4ZWJd/
我对 vml 不太了解,所以我无法弄清楚如何进行转换。您可以直接使用 Raphael.js,因为它提供了对 vml 的良好抽象。
Run this jsfiddle in IE<9 and see if it helps (you'll have to format the results).
http://jsfiddle.net/mihaifm/4ZWJd/
I don't know mutch about vml so I can't figure out how the transformations are made. You could just use Raphael.js directly since it provides a good abstraction over vml.