.cvsignore improvements
[dia.git] / shapes / flowchart / document.shape
blob99f13adade4e635262d6ad6a5d652fc814edbe30
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 - Document</name>
4 <description>Document</description>
5 <icon>document.png</icon>
6 <connections>
7 <point x="0" y="0"/>
8 <point x="2.5" y="0"/>
9 <point x="5" y="0"/>
10 <point x="7.5" y="0"/>
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="3.5" main="yes"/>
24 </connections>
25 <textbox x1="0" y1="0" x2="10" y2="5"/>
26 <svg:svg width="10" height="7">
27 <svg:path d="M 0,0 h 10 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>