IE SVG viewport

HTML

<div>
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
        <g width="400px" height="200px" transform="matrix(4,0,0,4,-1134,-491)">
            <text x="352" y="179.5" fill="#fff700" stroke="#000000" stroke-width="1" 
                  font-family="Arial" font-size="30" font-weight="bold" 
                  font-style="normal" transform="matrix(1,0,0,1,0,0)">
                  AAA
            </text>
        </g>
        <rect x="0" y="0" width="8000px" height="200px" 
              fill="none" stroke="black" stroke-width="1">
        </rect>
    </svg>
</div>