[SVG] Ecrire du texte à l'interieur d'un rectangle !
bonjour tout le monde:
j'ai un prbleme pour ecrire du texte à l'interieur d'un rectangle voici mon programme :
Code:
1 2 3 4 5 6 7
| <fo:instream-foreign-object>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
<rect x="10" y="10" width="5in" height="1in" style="stroke: red; fill: none;" >
<fo:block>essai d'un texte</fo:block>
</rect>
</svg>
</fo:instream-foreign-object> |
j'ai meme essayes de faire
Code:
<text>>essai d'un texte</text>
mais ça marche pas .
merci pour votre aidre !