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

« back to all changes in this revision

Viewing changes to shapes/electronic/port_inout.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"?>  <!-- -*- xml -*- -->
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Electronic - port_inout</name>
 
4
  <icon>port_inout.png</icon>
 
5
  <connections>
 
6
    <point x="6.0" y="2.5"/>
 
7
  </connections>
 
8
  <aspectratio type="fixed"/>
 
9
  <svg:svg>
 
10
    <svg:polygon style="fill: default" points="1,2.5 2,2 4,2 5,2.5 4,3 2,3" />
 
11
 
 
12
    <svg:line x1="5.0" y1="2.5" x2="6.0" y2="2.5"/>
 
13
  </svg:svg>
 
14
</shape>