Hi,
here is an example : ------------------------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <name>mesure_commande</name> <icon>mesure_commande.png</icon> <connections> <point x="0" y="1"/> <point x="1" y="0"/> <point x="1" y="2"/> <point x="2" y="1"/> </connections> <aspectratio type="fixed"/> <default-width>2</default-width> <textbox resize="no" x1="0" y1="0" x2="2" y2="2"/> <svg:svg> <svg:circle cx="1" cy="1" r="1"/> </svg:svg> </shape> --------------------------------------------------------- Regards eric Le 09/06/2014 15:09, Bhanu Singh a écrit :
|