2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / Assorted / arrow-chevron.shape
blobbb5b551aa8d9591cdd166d07d6affbed2ad6352d
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 <!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
4 <name>Block Arrow - Chevron</name><!-- Block Arrow - Chevron, as seen in PowerPoint 97 -->
5 <icon>arrow-chevron.png</icon>
6 <connections>
7 <point x="0" y="0"/>
8 <point x="2" y="0"/>
9 <point x="3" y="1"/>
10 <point x="2" y="2"/>
11 <point x="0" y="2"/>
12 <point x="1" y="1"/>
13 <point x="1" y="0"/>
14 <point x="2.5" y="0.5"/>
15 <point x="2.5" y="1.5"/>
16 <point x="1" y="2"/>
17 <point x="0.5" y="1.5"/>
18 <point x="0" y="0"/>
19 <point x="2" y="0"/>
20 <point x="3" y="1"/>
21 <point x="2" y="2"/>
22 <point x="0" y="2"/>
23 <point x="1" y="1"/>
24 <point x="1" y="0"/>
25 <point x="2.5" y="0.5"/>
26 <point x="2.5" y="1.5"/>
27 <point x="1" y="2"/>
28 <point x="0.5" y="1.5"/>
29 <point x="1.40909090909091" y="1.04545454545455" main="yes"/>
30 </connections>
31 <aspectratio type="free"/>
32 <svg:svg>
33 <svg:polygon style="fill: default" points="0,0 2,0 3,1 2,2 0,2 1,1 "/>
34 <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,0 2,0 3,1 2,2 0,2 1,1 "/>
35 </svg:svg>
36 </shape>