SVG viewBox 到 VML 坐标原点/坐标大小

发布于 2024-10-02 20:28:30 字数 310 浏览 9 评论 0原文

我不确定如何将以下包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咽泪装欢 2024-10-09 20:28:30

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文