Text objects are now internally encapsulated, simplifying code and
[dia.git] / shapes / flowchart / terminal.shape
blob4c9f083f9e394f59cac9e7608f9eaf2edabff72b
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 - Terminal</name>
4 <description>Terminal</description>
5 <icon>terminal.png</icon>
6 <connections>
7 <point x="2" y="0"/>
8 <point x="4" y="0"/>
9 <point x="6" y="0"/>
10 <point x="8" y="0"/>
11 <point x="10" y="0"/>
12 <point x="0.5858" y="0.5858"/>
13 <point x="0" y="2"/>
14 <point x="0.5858" y="3.4142"/>
15 <point x="2" y="4"/>
16 <point x="11.4142" y="0.5858"/>
17 <point x="12" y="2"/>
18 <point x="11.4142" y="3.4142"/>
19 <point x="10" y="4"/>
20 <point x="4" y="4"/>
21 <point x="6" y="4"/>
22 <point x="8" y="4"/>
23 <point x="6" y="2" main="yes"/>
24 </connections>
25 <textbox x1="2" y1="0" x2="10" y2="4"/>
26 <svg:svg width="12" height="4">
27 <svg:path d="M 2,0 h 8 c 1.10457,0 2,0.89543 2,2 s -0.89543,2 -2,2 h -8 c -1.10457,0 -2,-0.89543 -2,-2 s 0.89543,-2 2,-2 z" style="fill: default"/>
28 </svg:svg>
29 </shape>