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>Pneum - drain</name>
5  <description>drain</description>
6  <icon>drain.png</icon>
7  <connections>
8    <point x="0" y=".5"/>
9  <point x="0.5" y="0.5" main="yes"/></connections>
10  <aspectratio type="fixed"/>
11  <svg:svg width="1" height="1">
12    <svg:line x1="0" y1="0" x2="1" y2="1" style="stroke: none"/>
13    <svg:line x1="0" y1=".5" x2=".6" y2=".5"/>
14    <svg:polygon points=".6,.25 1,.5 .6,.75" style="fill:background; stroke-width:1.0"/>
15  </svg:svg>
16
17</shape>
18