2002-01-24 Hans Breuer <hans@breuer.org>
[dia.git] / shapes / Civil / hrest.shape
bloba54a9cea8d6f20b999d5f7f1ef6304475082f97f
1 <?xml version="1.0"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
3 xmlns:svg="http://www.w3.org/2000/svg">
4 <name>Civil - Horizontal Rest</name>
6 <icon>hrest.xpm</icon>
8 <connections>
9 <point y="0" x="-.7" />
10 </connections>
12 <aspectratio type="fixed" />
14 <svg:svg width="0.7" height="0.7">
15 <svg:circle cy="0" cx="-0.7" r="0.1" />
17 <svg:line y1="-0.6" x1="0" y2="0" x2="-0.6" />
19 <svg:line y1="0" x1="-0.6" y2="0.6" x2="0" />
21 <svg:line y1="0.6" x1="0" y2="-0.6" x2="0" />
23 <svg:line y1="0.6" x1="0.2" y2="-0.6" x2="0.2" />
24 </svg:svg>
25 </shape>