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

« back to all changes in this revision

Viewing changes to shapes/electronic/capacitor.shape

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2012-01-01 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: package-import@ubuntu.com-20120101134828-ihew2g7s92h17k1p
Tags: upstream-0.1/electronic
Import upstream version 0.1, component electronic

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>Electronic - capacitor</name>
 
4
  <icon>capacitor.png</icon>
 
5
  <connections>
 
6
    <point x="2.0" y="5.0"/>
 
7
    <point x="11.0" y="5.0"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg>
 
11
    <svg:rect style="fill: inverse" x="5.0" y="2.0" width="1" height="6"/>
 
12
    <svg:rect style="fill: inverse" x="7.0" y="2.0" width="1" height="6"/>
 
13
    <svg:line x1="5.0" y1="5.0" x2="2.0" y2="5.0"/>
 
14
    <svg:line x1="8.0" y1="5.0" x2="11.0" y2="5.0"/>
 
15
  </svg:svg>
 
16
</shape>