0

この時点での SVG Line は、この座標 ( x1="200" x2="0" y1="200" y2="200") で線を描画していません。この問題は Firefox でのみ発生します。私はどんな間違いをしましたか?

    <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
          <line x1="0" x2="200" y1="0" y2="0" style="stroke:rgb(255,0,0);stroke-width:2"></line>
<line x1="200" x2="200" y1="0" y2="200" style="stroke:rgb(255,0,0);stroke-width:2"></line>
<line x1="0" x2="0" y1="0" y2="200" style="stroke:rgb(255,0,0);stroke-width:2"></line>
<line x1="200" x2="0" y1="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2"></line>
        </svg>
4

0 に答える 0