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

« back to all changes in this revision

Viewing changes to Circuit2/shapes/Circuit2/dresistor.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
 
 
3
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
 
4
       xmlns:svg="http://www.w3.org/2000/svg">
 
5
  <name>Circuit2 - Diagonal Resistor</name>
 
6
  <description>A diagonally aligned resistor</description>
 
7
  <icon>dresistor.png</icon>
 
8
  <connections>
 
9
    <point x="0" y="0" main="yes"/>
 
10
    <point x="4" y="4"/>
 
11
  </connections>
 
12
  <aspectratio type="fixed"/>
 
13
  <svg:svg width="4.0" height="4.0">
 
14
    <svg:polyline points="0,0 1,1 0.5,2 2.5,1 1.0,2.5 3.0,1.5 1.5,3 3.5,2 3,3 4,4" />
 
15
  </svg:svg>
 
16
</shape>
 
17