2002-05-20 Hans Breuer <hans@breuer.org>
[dia.git] / shapes / flowchart / terminal.shape
blob3a5a2cb3941a702537c0a61de051ee7c277eaf43
1 <?xml version="1.0"?>
3 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
4 xmlns:svg="http://www.w3.org/2000/svg">
5 <name>Flowchart - Terminal</name>
6 <description>Terminal</description>
7 <icon>terminal.xpm</icon>
8 <connections>
9 <point x="2" y="0"/>
10 <point x="4" y="0"/>
11 <point x="6" y="0"/>
12 <point x="8" y="0"/>
13 <point x="10" y="0"/>
14 <point x="0.5858" y="0.5858"/>
15 <point x="0" y="2"/>
16 <point x="0.5858" y="3.4142"/>
17 <point x="2" y="4"/>
18 <point x="11.4142" y="0.5858"/>
19 <point x="12" y="2"/>
20 <point x="11.4142" y="3.4142"/>
21 <point x="10" y="4"/>
22 <point x="4" y="4"/>
23 <point x="6" y="4"/>
24 <point x="8" y="4"/>
25 </connections>
26 <textbox x1="2" y1="0" x2="10" y2="4"/>
27 <svg:svg width="12" height="4">
28 <svg:path d="M 2,0 h 8 c 1.10457,0 2,0.89543 2,2 s -0.89543,2 -2,2
29 h -8 c -1.10457,0 -2,-0.89543 -2,-2 s 0.89543,-2 2,-2 z"
30 style="fill: default"/>
31 </svg:svg>
32 </shape>