I want to display the text over the svg rect. Text is hidden in the sample. I want full text as visible :
<svg width="400" height="110">
<rect width="300" height="100" style="fill:white;stroke-width:3;stroke:rgb(0,0,0);"/>
<text x="10" y="35" fill="red">I love SVG! Text Chart</text>
</svg>
<svg height="300" width="60" style="position:absolute;left:20px;top:20px">
<rect width="300" height="50" style="fill:yellow;stroke-width:3;stroke:rgb(0,0,0);"/>
</svg>