svg text rect
HTML
<svg xmlns="http://www.w3.org/2000/svg">
<g id="gr" transform="translate(48, 0)">
<rect x="0" y="0" height="20" fill="red" width="80" ></rect>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg">
<g id="gr" transform="translate(48, 0)">
<rect x="0" y="0" height="20" fill="red" width="80" ></rect>
</g>
</svg>