SVG: du texte à l'intérieur rect

Je veux afficher un texte à l'intérieur de SVG rect. Est-il possible?

J'ai essayé

<svg xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" width="100" height="100" fill="red">
      <text x="0" y="10" font-family="Verdana" font-size="55" fill="blue"> Hello </text>
    </rect>
  </g>
</svg>

Mais il ne fonctionne pas.

InformationsquelleAutor Jakub M. | 2011-07-17