linewidth is now working for PS_SOLID
[dia.git] / shapes / Contact / c_lamp.shape
blob15cc52571fa8e4299056d72b1fb64fa88bdb8e68
1 <?xml version="1.0"?> <!-- -*- xml -*- -->
3 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
4 xmlns:svg="http://www.w3.org/2000/svg">
5 <name>Contact - lamp</name> <!-- XXX OBSOLETE -->
6 <description>lamp</description>
7 <icon>c_lamp.xpm</icon>
8 <connections>
9 <point x="-2" y="0"/>
10 <point x="2" y="0" />
11 </connections>
12 <textbox x1="-4" y1="-2.4" x2="4" y2="-.7"/>
13 <aspectratio type="fixed"/>
14 <svg:svg width="4" height="4">
15 <svg:rect x="-2" y="-3" width="4" height="4"
16 svg:style="stroke:none"/>
17 <svg:polyline points="-2,0 -1,0" />
18 <svg:polyline points="1,0 2,0" />
19 <svg:circle cx="0" cy="0" r="1"/>
20 <svg:polyline points="-.707,-.707 .707,.707"/>
21 <svg:polyline points="-.707,.707 .707,-.707"/>
22 </svg:svg>
23 </shape>