关于js操作svg的问题!(谷歌浏览器) 20
我用js动态添加一个矩形,代码如下:但是页面却显示不出来:node=document.createElement("rect");node.setAttribute("x...
我用js动态添加一个矩形,代码如下:
但是页面却显示不出来:
node = document.createElement("rect");
node.setAttribute("x", "50px");
node.setAttribute("y", "50px");
node.setAttribute("id", "Rect1");
node.setAttribute("width", "100px");
node.setAttribute("height", "50px");
node.setAttribute("fill", "red");
document.getElementById("Svg1").appendChild(node);
接触过svg的大大帮帮忙吧! 展开
但是页面却显示不出来:
node = document.createElement("rect");
node.setAttribute("x", "50px");
node.setAttribute("y", "50px");
node.setAttribute("id", "Rect1");
node.setAttribute("width", "100px");
node.setAttribute("height", "50px");
node.setAttribute("fill", "red");
document.getElementById("Svg1").appendChild(node);
接触过svg的大大帮帮忙吧! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询