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

« back to all changes in this revision

Viewing changes to shapes/CH-1/delay.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"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>CH-1 - Delay</name>
 
4
  <description>Delay</description>
 
5
  <icon>delay.png</icon>
 
6
  <connections>
 
7
    <point x="0" y="1"/>
 
8
    <point x="1.5" y="1"/>
 
9
  </connections>
 
10
  <svg:svg width="1.5" height="2">
 
11
    <svg:line x1="0" y1="0" x2="0" y2="2"/>
 
12
    <svg:line x1="1.5" y1="0" x2="1.5" y2="2"/>
 
13
    <svg:polygon points="0.4,1.4 0.44,1.4 0.44,1.44 0.4,1.44" style="fill:#000000"/>
 
14
    <svg:polygon points="0.7,1.4 0.74,1.4 0.74,1.44 0.7,1.44" style="fill:#000000"/>
 
15
    <svg:polygon points="1.0,1.4 1.04,1.4 1.04,1.44 1.0,1.44" style="fill:#000000"/>
 
16
  </svg:svg>
 
17
</shape>