mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-23 06:59:59 +01:00
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:
@@ -6,12 +6,12 @@
|
||||
</names>
|
||||
<description>
|
||||
<!--Lampe-->
|
||||
<cercle x="-10" y="20" rayon="20" antialias="true" style="normal" />
|
||||
<ligne x1="-7" y1="23" x2="7" y2="37" antialias="true" style="normal" />
|
||||
<ligne x1="7" y1="23" x2="-7" y2="37" antialias="true" style="normal" />
|
||||
<cercle x="-10" y="20" rayon="20" antialias="true" style="filling:white;" />
|
||||
<ligne x1="-7" y1="23" x2="7" y2="37" antialias="true" />
|
||||
<ligne x1="7" y1="23" x2="-7" y2="37" antialias="true" />
|
||||
<!--Fils-->
|
||||
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" style="normal" />
|
||||
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" style="normal" />
|
||||
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" />
|
||||
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" />
|
||||
<!--Bornes-->
|
||||
<borne orientation="n" x="0" y="0" />
|
||||
<borne orientation="s" x="0" y="60" />
|
||||
|
||||
Reference in New Issue
Block a user