bonjour tout le monde:
j'ai un prbleme pour ecrire du texte à l'interieur d'un rectangle voici mon programme :
j'ai meme essayes de faire
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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>
mais ça marche pas .
Code : Sélectionner tout - Visualiser dans une fenêtre à part <text>>essai d'un texte</text>
merci pour votre aidre !
Partager