Doc fix, BPMN objects
[dia.git] / shapes / BPMN / Gateway.shape
blob786eb270875618b87628732d9df1e885851a7cc0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>BPMN - Gateway</name>
4 <icon>Gateway.png</icon>
5 <connections>
6 <point x="6" y="0"/>
7 <point x="12" y="6"/>
8 <point x="6" y="12"/>
9 <point x="0" y="6"/>
10 <point x="9" y="3"/>
11 <point x="9" y="9"/>
12 <point x="3" y="9"/>
13 <point x="3" y="3"/>
14 </connections>
15 <aspectratio type="fixed"/>
16 <svg:svg>
17 <svg:polygon style="fill: #ffffff" points="6,0 12,6 6,12 0,6 "/>
18 <svg:polygon style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" points="6,0 12,6 6,12 0,6 "/>
19 </svg:svg>
20 </shape>