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

« back to all changes in this revision

Viewing changes to electronic/shapes/electronic/potenciometer.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 - potenciometer</name>
 
4
  <icon>potenciometer.png</icon>
 
5
  <connections>
 
6
    <point x="2.0" y="5.05"/>
 
7
    <point x="14.0" y="5.05"/>
 
8
    <point x="2.0" y="2.05"/>
 
9
  </connections>
 
10
  <aspectratio type="fixed"/>
 
11
  <svg:svg>
 
12
    <svg:rect style="fill: default" x="4.0" y="4.0" width="8" height="2"/>
 
13
    <svg:line x1="4.0" y1="5.0" x2="2.0" y2="5.0"/>
 
14
    <svg:line x1="12.0" y1="5.0" x2="14.0" y2="5.0"/>
 
15
    <svg:polyline points="2.0,2.0 8.0,2.0 8.0,4.0 "/>
 
16
    <svg:polygon style="fill: inverse" points="7.6,2.6 8.0,4.0 8.4,2.6 "/>
 
17
  </svg:svg>
 
18
</shape>