.cvsignore improvements
[dia.git] / shapes / flowchart / punchedtape.shape
blob11f4d35e6c9e05df6e50808cfe0a4d78528f043c
1 <?xml version="1.0"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>Flowchart - Punched Tape</name>
4 <description>Punched Tape</description>
5 <icon>punchedtape.png</icon>
6 <connections>
7 <point x="0" y="0"/>
8 <point x="2.5" y="0.75"/>
9 <point x="5" y="0"/>
10 <point x="7.5" y="-0.75"/>
11 <point x="10" y="0"/>
12 <point x="0" y="1.5"/>
13 <point x="0" y="3"/>
14 <point x="0" y="4.5"/>
15 <point x="0" y="6"/>
16 <point x="10" y="1.5"/>
17 <point x="10" y="3"/>
18 <point x="10" y="4.5"/>
19 <point x="10" y="6"/>
20 <point x="2.5" y="6.75"/>
21 <point x="5" y="6"/>
22 <point x="7.5" y="5.25"/>
23 <point x="5" y="4" main="yes"/>
24 </connections>
25 <textbox x1="0" y1="1" x2="10" y2="5"/>
26 <svg:svg width="10" height="8">
27 <svg:path d="M 0,0 c 2,1 3,1 5,0 s 3,-1 5,0 v 6 c -2,-1 -3,-1 -5,0 s -3,1 -5,0 v -6 z" style="fill: default"/>
28 </svg:svg>
29 </shape>