svg works in chrome but disappear in Firefox?

时间:2016-07-11 20:10:23

标签: firefox svg

The svg rect works well in chrome, but not in firefox. What is the problem? Also, is there any special rules in using svg in firefox?

<!DOCTYPE html>
<meta charset="utf-8">
<html>

<head>
<style>
rect {
    width: 300px;
    height: 100px;
    fill: green
}
</style>
</head>

<body>
<svg width="400px" height="110px">
  <rect/>
</svg>
</body>
</html>

0 个答案:

没有答案
相关问题