~ubuntu-branches/ubuntu/trusty/dia-shapes/trusty-proposed

« back to all changes in this revision

Viewing changes to renewable-energy/shapes/renewable_energy/wind_vane.shape

Tags: 0.1
Initial release. (Closes: #594475)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
  <name>Renewable Energy - Wind Vane</name>
 
4
  <icon>wind_vane.png</icon>
 
5
  <aspectratio type="fixed"/>
 
6
  <connections>
 
7
    <point x="14.5" y="21"/>
 
8
  </connections>
 
9
  <textbox x1="5" y1="22" x2="24" y2="25" align="center" resize="no"/>
 
10
  <svg:svg>
 
11
    <svg:line style="stroke-width: 1; stroke: #4d4d4d" x1="10" y1="8" x2="17" y2="8"/>
 
12
    <svg:polygon style="fill: #ffffff" points="17,8 19,5 23,5 23,8"/>
 
13
    <svg:polygon style="fill: #ffffff"
 
14
                 points="9,8 10,7.5 12,7.5 13,8 12,8.5 10,8.5"/>
 
15
    <svg:polygon style="fill: #ffffff"
 
16
                 points="14,7 15,7 15,15 17,17 17,21 12,21 12,17 14,15 "/>
 
17
  </svg:svg>
 
18
</shape>