Meilleure gestion des styles de traits (epaisseur, style) et de formes (remplissage) ; ajout de la forme "ellipse"

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@33 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2006-11-21 09:42:34 +00:00
parent 6305019380
commit dfc4f26144
23 changed files with 241 additions and 153 deletions

View File

@@ -6,24 +6,24 @@
</names>
<description>
<!--Rotor-->
<cercle x="-20" y="-20" rayon="40" antialias="true" style="normal" />
<cercle x="-20" y="-20" rayon="40" antialias="true" />
<!--Balait inférieur-->
<ligne x1="-14" y1="-25" x2="-14" y2="-14" antialias="false" style="normal" />
<ligne x1="14" y1="-25" x2="14" y2="-14" antialias="false" style="normal" />
<ligne x1="14" y1="-25" x2="-14" y2="-25" antialias="false" style="normal" />
<ligne x1="-14" y1="-25" x2="-14" y2="-14" antialias="false" />
<ligne x1="14" y1="-25" x2="14" y2="-14" antialias="false" />
<ligne x1="14" y1="-25" x2="-14" y2="-25" antialias="false" />
<!--Fil inférieur-->
<ligne x1="0" y1="-40" x2="0" y2="-25" antialias="false" style="normal" />
<ligne x1="0" y1="-40" x2="0" y2="-25" antialias="false" />
<!--Balait supérieur-->
<ligne x1="-14" y1="25" x2="-14" y2="14" antialias="false" style="normal" />
<ligne x1="14" y1="25" x2="14" y2="14" antialias="false" style="normal" />
<ligne x1="14" y1="25" x2="-14" y2="25" antialias="false" style="normal" />
<ligne x1="-14" y1="25" x2="-14" y2="14" antialias="false" />
<ligne x1="14" y1="25" x2="14" y2="14" antialias="false" />
<ligne x1="14" y1="25" x2="-14" y2="25" antialias="false" />
<!--Fil superieur-->
<ligne x1="0" y1="40" x2="0" y2="25" antialias="false" style="normal" />
<ligne x1="0" y1="40" x2="0" y2="25" antialias="false" />
<!--Lettre M-->
<ligne x1="-10" y1="-10" x2="-10" y2="10" antialias="false" style="normal" />
<ligne x1="-10" y1="-10" x2="0" y2="0" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="10" y2="-10" antialias="true" style="normal" />
<ligne x1="10" y1="-10" x2="10" y2="10" antialias="false" style="normal" />
<ligne x1="-10" y1="-10" x2="-10" y2="10" antialias="false" />
<ligne x1="-10" y1="-10" x2="0" y2="0" antialias="true" />
<ligne x1="0" y1="0" x2="10" y2="-10" antialias="true" />
<ligne x1="10" y1="-10" x2="10" y2="10" antialias="false" />
<!--Bornes-->
<borne orientation="n" x="0" y="-40" />
<borne orientation="s" x="0" y="40" />