score:0

one way to do that is to draw the text before the image, like in this fiddle : https://jsfiddle.net/2odwd3ra/1/

<text x="350" y="350" font-size="1em" text-anchor="middle" fill="#000000">text remplacement</text>
<image xlink:href="unknown.jpg" x="250" y="250" height="200" width="200" /> 

Related Query

More Query from same tag