CSS缩放在IE10中无法正常工作

时间:2016-12-23 09:29:46

标签: javascript html css internet-explorer svg

我试图扩展以下SVG路径。这在chrome和firefox中运行良好。但在IE10中,它无法正常工作。有什么建议?请在下面找到我的代码。

<svg width="220" height="220">
  <g transform="translate(110,110)">
    <path d="M0 -43.3 50 43.3 -50 43.3Z" fill="yellow" stroke="blue" stroke-width="2"
          id="scale" class="grow two" />
  </g>
</svg>
    button.layer.cornerRadius = button.frame.size.width/2.0
    button.layer.borderColor = UIColor(red:200/255, green:37/255, blue:6/255, alpha:1.0).CGColor
    button.backgroundColor = UIColor.whiteColor()
    button.tintColor = UIColor(red:200/255, green:37/255, blue:6/255, alpha:1.0).CGColor
    button.layer.masksToBounds = true

提前致谢。

1 个答案:

答案 0 :(得分:0)

如果您从中检出浏览器兼容性 Can I Use 对于 SVG ,你会发现类似这个截图的内容

这意味着IE10不支持<svg></svg>

Browser Compatibility