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

« back to all changes in this revision

Viewing changes to electronic/shapes/electronic/source_substitution.shape

Tags: 0.1
Initial release. (Closes: #594475)

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 - source_substitution</name>
 
4
  <icon>source_substitution.png</icon>
 
5
  <connections>
 
6
    <point x="4.0" y="2.0"/>
 
7
    <point x="4.0" y="13.0"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg>
 
11
    <svg:ellipse style="fill: default" cx="4.0" cy="6.0" rx="2" ry="2"/>
 
12
    <svg:ellipse style="fill: default" cx="4.0" cy="9.0" rx="2" ry="2"/>
 
13
    <svg:ellipse cx="4.0" cy="6.0" rx="2" ry="2"/>
 
14
 
 
15
    <svg:line x1="4.0" y1="4.0" x2="4.0" y2="2.0"/>
 
16
    <svg:line x1="4.0" y1="13.0" x2="4.0" y2="11.0"/>
 
17
  </svg:svg>
 
18
</shape>