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

« back to all changes in this revision

Viewing changes to shapes/electronic/vacuum_diode.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"?>  <!-- -*- xml -*- -->
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Electronic - vacuum_diode</name>
 
4
  <icon>vacuum_diode.png</icon>
 
5
  <connections>
 
6
    <point x="5.5" y="2.0"/>
 
7
    <point x="2.5" y="6.1"/>
 
8
    <point x="5.0" y="8.5"/>
 
9
    <point x="6.0" y="8.5"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:ellipse style="fill: default" cx="5.5" cy="5.0" rx="2" ry="2"/>
 
14
 
 
15
    <svg:rect style="fill: inverse" x="4.5" y="4.0" width="2" height="0.3"/>
 
16
 
 
17
    <svg:path style="fill: inverse" d="M 5.5 5.5 C 6.1,5.5   6.4,5.8 6.6,6.1 C 6.5,6.2    6.5,6.2 6.4,6.3 C 6.1,6.0    6.0,5.8 5.5,5.8 C 5.0,5.8    4.9,6.0 4.6,6.3 C 4.5,6.2    4.5,6.2 4.4,6.1 C 4.6,5.8    4.9,5.5 5.5,5.5z"/>
 
18
 
 
19
    <svg:path d="M 5.0 8.5 C 5.0,7.0   4.9,6.1 5.5,6.1 C 6.1,6.1   6.0,7.0 6.0,8.5"/>
 
20
 
 
21
    <svg:line x1="5.5" y1="2.0" x2="5.5" y2="4.0"/>
 
22
    <svg:line x1="2.5" y1="6.1" x2="4.4" y2="6.1"/>
 
23
  </svg:svg>
 
24
</shape>