2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / Contact / c_lamp.shape
blob0b46cba362ae9e128a37c2d8862bdd4e72566e07
1 <?xml version="1.0"?>
2 <!-- -*- xml -*- -->
3 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
4 <name>Contact - lamp</name> <!-- XXX OBSOLETE -->
5 <description>lamp</description>
6 <icon>c_lamp.png</icon>
7 <connections>
8 <point x="-2" y="0"/>
9 <point x="2" y="0"/>
10 <point x="2" y="2" main="yes"/>
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" svg:style="stroke:none"/>
16 <svg:polyline points="-2,0 -1,0"/>
17 <svg:polyline points="1,0 2,0"/>
18 <svg:circle cx="0" cy="0" r="1"/>
19 <svg:polyline points="-.707,-.707 .707,.707"/>
20 <svg:polyline points="-.707,.707 .707,-.707"/>
21 </svg:svg>
22 </shape>