【发布时间】:2013-11-06 20:39:57
【问题描述】:
这个非常简单的 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>
有什么想法吗?
【问题讨论】:
-
[未连接到此问题,但您不妨看看stackoverflow.com/q/20067103]。