.cvsignore improvements
[dia.git] / shapes / flowchart / or.shape
blobe98d55bcb2f960b5208cb4b7650cb8e367fb7f42
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 - Or</name>
4 <description>Or</description>
5 <icon>or.png</icon>
6 <connections>
7 <point x="0" y="5"/>
8 <point x="1.4645" y="1.4645"/>
9 <point x="5" y="0"/>
10 <point x="8.5355" y="1.4645"/>
11 <point x="10" y="5"/>
12 <point x="8.5355" y="8.5355"/>
13 <point x="5" y="10"/>
14 <point x="1.4645" y="8.5355"/>
15 <point x="5" y="6" main="yes"/>
16 </connections>
17 <svg:svg width="10" height="12">
18 <svg:circle cx="5" cy="5" r="5" style="fill: default"/>
19 <svg:line x1="5" y1="0" x2="5" y2="10"/>
20 <svg:line x1="0" y1="5" x2="10" y2="5"/>
21 </svg:svg>
22 </shape>