SVGとFirefoxに小さな問題があります。
私の例:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<head>
</head>
<body>
<div style="margin: auto; position: relative; width: 1264px;">
<div style="width: 1264px; top: 1px; position: absolute; overflow: hidden; left: 0px; height: 1300px;">
<div style="left: 0px; position: absolute; top: 0px;">
<div style="position:absolute;left:0px;top:0px;">
<div>
<svg:svg style="position: absolute; left: 435px; top: 520px;" width="80" height="60">
<svg:g id="rect1103" x="435" y="520" width="80" height="60">
<svg:rect x="0" y="0" width="80" height="60" style="fill: white; stroke: black; stroke-width: 1;"/>
</svg:g>
</svg:svg>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Firefox 19.0.2では、左の行は表示されません。クロムでそれは素晴らしい働きをします...
これはバグですか?