Doc fix, BPMN objects
[dia.git] / shapes / BPMN / Start-Event.shape
blob6a8ace296832535738e3457fe1ef40be3cd13a80
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 - Start-Event</name>
4 <icon>Start-Event.png</icon>
5 <connections>
6 <point x="0" y="0"/>
7 <point x="10" y="0"/>
8 <point x="10" y="10"/>
9 <point x="0" y="10"/>
10 <point x="5" y="12"/>
11 <point x="5" y="-2"/>
12 <point x="-2" y="5"/>
13 <point x="12" y="5"/>
14 </connections>
15 <aspectratio type="fixed"/>
16 <svg:svg>
17 <svg:ellipse style="fill: #ffffff" cx="5" cy="5" rx="7" ry="7"/>
18 <svg:ellipse style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" cx="5" cy="5" rx="7" ry="7"/>
19 </svg:svg>
20 </shape>