2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / Assorted / parallelogram-horizontal.shape
blob7a39964797ab0cf8b00d79dbdb3692130c89dd07
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>Geometric - Horizontal Parallelogram</name>
5 <icon>parallelogram-horizontal.png</icon>
6 <connections>
7 <point x="1" y="0"/>
8 <point x="2" y="0"/>
9 <point x="1" y="1"/>
10 <point x="0" y="1"/>
11 <point x="1.5" y="0"/>
12 <point x="1.5" y="0.5"/>
13 <point x="0.5" y="1"/>
14 <point x="1" y="0"/>
15 <point x="2" y="0"/>
16 <point x="1" y="1"/>
17 <point x="0" y="1"/>
18 <point x="1.5" y="0"/>
19 <point x="1.5" y="0.5"/>
20 <point x="0.5" y="1"/>
21 <point x="1.07142857142857" y="0.5" main="yes"/>
22 </connections>
23 <aspectratio type="free"/>
24 <svg:svg>
25 <svg:polygon style="fill: default" points="1,0 2,0 1,1 0,1 "/>
26 <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="1,0 2,0 1,1 0,1 "/>
27 </svg:svg>
28 </shape>