0
我對SVG和Firefox有個小問題。SVG:在火狐中不顯示矩形的左邊線
我的例子:
<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左線不顯示。 鍍鉻它的偉大工程......
這是一個錯誤?
我改正了錯字,它只是在stackoverflow中,而不是在我的瀏覽器中。我仍然有這個問題。 – Charles 2013-03-15 14:10:47
感謝您試圖幫助我:)其實0,5pixel黑色應顯示爲灰色。爲什麼寬度和高度不以相同的方式工作? – Charles 2013-03-15 15:40:37
也許,你依賴的抗鋸齒實現的細節是真實的。 – 2013-03-15 16:01:55