~ubuntu-branches/ubuntu/vivid/dia-shapes/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Roland Stigge, Thomas Bechtold, Roland Stigge
  • Date: 2012-05-24 21:48:22 UTC
  • mfrom: (0.12.2)
  • Revision ID: package-import@ubuntu.com-20120524214822-kvbb946siwnwofnw
Tags: 0.2.0-1
[ Thomas Bechtold ]
* new upstream release.
* add debian/watch file to track new releases.
* debian/control:
  - bump Standard-Version to 3.9.3 .
  - add intltool to Build-Depends.
  - add Vcs-Svn and Vcs-Browser fields.
* debian/copyright: add missing License fields
* Fix typo (Closes: #656195)

[ Roland Stigge ]
* debian/control: Fixed list indentation
* debian/copyright: Fixed Copyright entries

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 - Cup Anemometer</name>
4
 
  <icon>cup_anemometer.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,5 21,8 17,11 "/>
13
 
    <svg:ellipse style="fill: #ffffff" cx="8" cy="8" rx="3" ry="3"/>
14
 
    <svg:path style="fill: #ffffff" d="M 17 5 C 18,5 18,11 17,11 C 16,11 16,5 17,5z"/>
15
 
    <svg:polygon style="fill: #ffffff" points="14,7 15,7 15,15 17,17 17,21 12,21 12,17 14,15 "/>
16
 
  </svg:svg>
17
 
</shape>