linewidth is now working for PS_SOLID
[dia.git] / shapes / Civil / vrest.shape
blobd6960248a0bb5f9c870e125f5ea86e396ab3e795
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 - Vertical Rest</name>
6 <icon>vrest.xpm</icon>
8 <connections>
9 <point x="0" y="-0.7" />
10 </connections>
12 <aspectratio type="fixed" />
14 <svg:svg width="0.7" height="0.7">
15 <svg:circle cx="0" cy="-0.7" r="0.1" />
17 <svg:line x1="-0.6" y1="0" x2="0" y2="-0.6" />
19 <svg:line x1="0" y1="-0.6" x2="0.6" y2="0" />
21 <svg:line x1="0.6" y1="0" x2="-0.6" y2="0" />
23 <svg:line x1="0.6" y1="0.2" x2="-0.6" y2="0.2" />
24 </svg:svg>
25 </shape>