Inkscape 中的 SVG 到 VML
我有一个 Inkscape SVG 文件,我想将其导出到 Web 版 VML(Internet Explorer 8 及以下版本不适用于 svg)。我需要自动且快速地执行此操作,因为我需要处理大量文件。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我有一个 Inkscape SVG 文件,我想将其导出到 Web 版 VML(Internet Explorer 8 及以下版本不适用于 svg)。我需要自动且快速地执行此操作,因为我需要处理大量文件。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Inkscape 不支持 VML 格式。
“虽然 Microsoft 继续记录 VML,但该格式的开发已于 1998 年停止。”< /a>
不要使用已弃用的格式,而是尝试使用 svgweb 或 Raphaël。
如果您仍然想转换为石器时代文件格式,我找到了一个德国待办事项:http://www.pixelfans.de/svg-in-vml-konvertieren/。基本上,它们导出为 OpenDocument Graphics (.odg),这会导致某些类型的图形内容(例如渐变)丢失,然后使用 Microsoft Office 重新打开它以将其另存为 MS HTML 或 VML。
Inkscape does not support the VML-format.
"While Microsoft continues to document VML, development of the format ceased in 1998."
Instead of using a deprecated format, try to get around browser incompatibilities, using a JavaScript library like svgweb or Raphaël.
If you still want to convert to a stone-age file-format, I've found a German to-do: http://www.pixelfans.de/svg-in-vml-konvertieren/. Basically they export to OpenDocument Graphics (.odg), which results in losses of some kinds of graphic content, like gradients and then reopen that with Microsoft Office to save it as MS HTML or VML.