这个非常简单的 svg 在 chrome 30 和 9 中渲染得非常好。但是在 Firefox 25 或 Opera 12 中矩形被切割成错误的大小
<!DOCTYPE html>
<head>
</head>
<body>
<svg id="svg_treemap">
<g transform="translate(0,0)" class="items_node">
<rect x="0" y="0" style="fill: rgb(0, 255, 255);" height="445" width="835"></rect>
</g>
</svg>
</body>
有任何想法吗?