createElementNS在ie8中不起作用

时间:2013-05-30 18:51:20

标签: javascript svg

我使用javascript创建了svg元素,并且它在chrome,firefox和ie9中运行良好但在ie8中不起作用。这是我的代码。 ie8是否有替代方法。

var svgns = "http://www.w3.org/2000/svg";
    var rect = document.createElementNS(svgns, 'rect');

1 个答案:

答案 0 :(得分:2)

这可能会对你有所帮助。你希望int支持ie ie 8 https://github.com/shawnbot/aight