2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / ChemEng / doublepipe.shape
blob5a6fe5c528203a553eb3e22c97969832c979a2fa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>chemeng - doublepipe</name>
4 <icon>doublepipe.png</icon>
5 <connections>
6 <point x="0" y="1"/>
7 <point x="0" y="5"/>
8 <point x="1" y="0"/>
9 <point x="1" y="2"/>
10 <point x="1" y="4"/>
11 <point x="1" y="6"/>
12 <point x="0.666666666666667" y="3" main="yes"/>
13 </connections>
14 <aspectratio type="fixed"/>
15 <svg:svg>
16 <svg:rect style="fill:default" x="0" y="0" width="10" height="2"/>
17 <svg:rect style="fill:default" x="0" y="4" width="10" height="2"/>
18 <svg:line x1="8" y1="2" x2="8" y2="4"/>
19 <svg:line x1="10" y1="1" x2="0" y2="1"/>
20 <svg:line x1="0" y1="5" x2="10" y2="5"/>
21 <svg:path d="M 10 1 C 13,1 13,5 10,5 C 7,5 10,5 10,5"/>
22 </svg:svg>
23 </shape>