IE8 中的 SVG 支持
SVG 将使我们的 Intranet 应用程序之一的用户界面更加有用。我的主要目标是使用矢量化图形,它可以通过异步 js 调用进行更新,并且某些元素可以处理 click/d&d 事件。
我知道 gecko、safari 和 chrome 的实现非常好。现在最大的问题是,IE8 的 svg 实现有多好?要使 SVG ui 与 IE8(也许还有 ie9)兼容,需要考虑哪些因素?
SVG would make the user interface of one of our intranet applications much more useful. My main goal is to use vectorized graphics which can be updated via asynchronous js calls and some elements could handle click/d&d events.
I know that the implementations of gecko, safari and chrome are quiet good. Now the big question is, how good is the IE8 svg implementation? What needs to be taken into account to make an SVG ui work well with IE8 (and maybe ie9)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 维基百科:
所以答案是:IE8 的支持是不存在的(没有插件或 库)。
我认为你欠@MichaelSScherotter 的回答一个道歉:)
According to Wikipedia:
So the answer is: IE8's support is non-existent (without a plug-in or library).
I think you owe @MichaelSScherotter's answer an apology :)
IE9(目前处于测试版)支持 SVG。您可以在此处下载。
IE9 (in beta right now) supports SVG. You can download it here.