私は非常に迷惑なこの問題を解決しようとしています....
幅と高さが 700px の svg 要素を持つシンプルな構造の html:
<div id="wrapper">
<div id="gameZone">
<div id="background">
<svg id="svgRoot" width="700px" height="700px">
<circle cx="355" cy="600" r="10" id="ball" />
<rect id="pad" height="15px" width="150px" x="280" y="670" rx="10" ry="20"/>
</svg>
</div>
</div>
</div>
問題は、Firefoxで幅と高さなしでsvgが表示されるのはなぜですか?クロムで、つまり100%動作します。
この問題を解決するのを手伝ってください。
ここに問題のスクリーンショットがあります: http://shaharmesh.hostingsiteforfree.com/differance.jpg