javascript - IE8+ 中的 SVG 支持

标签 javascript internet-explorer internet-explorer-8 svg raphael

SVG 将使我们内部网应用程序之一的用户界面更加有用。我的主要目标是使用可以通过异步 js 调用更新的矢量化图形,并且一些元素可以处理点击/d&d 事件。

我知道 gecko、safari 和 chrome 的实现非常好。现在最大的问题是,IE8 svg 实现有多好?要使 SVG ui 与 IE8(也许还有 ie9)兼容,需要考虑哪些因素?

最佳答案

根据 Wikipedia :

As of April 2010, Internet Explorer, up to and including IE8, the latest release, is the only current major browser not to provide native SVG support, although native support is partially available in Internet Explorer 9 Platform Preview: Current IE versions require a plug-in to render SVG content. There are a number of plug-ins available to assist including: [...]

所以答案是:IE8 的支持是不存在的(没有插件或 library )。

我认为你欠@MichaelSScherotter 的回答一个道歉:)

关于javascript - IE8+ 中的 SVG 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4838106/

相关文章:

javascript - 固定背景附件 CSS/XHTML/jQuery

javascript - NodeJS 闭包 - 循环对象数组并使用每个对象的数据 Ping 服务器

css - 不必要的滚动条只出现在 Chrome 和 IE 中

flash - 如何从javascript调用IE中动态创建的flash外部接口(interface)?

php - IE8 密码字段显示输入的值而不是显示星号

javascript - Rails - Turbo - 链接预加载但在窗口加载事件后几秒钟内未使用

javascript - IE 错误 'var' 未定义

javascript - ie8 - 边距和 ajax 错误

internet-explorer-8 - 在一台计算机上的多个Internet Explorer实例

javascript - 在 JavaScript 中用匿名函数替换命名函数