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

« back to all changes in this revision

Viewing changes to electronic/shapes/electronic/variable_linear_part.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 - variable_linear_part</name>
 
4
  <icon>variable_linear_part.png</icon>
 
5
  <connections>
 
6
  </connections>
 
7
  <svg:svg>
 
8
    <svg:polyline points="2,9 8,4 10,4" />
 
9
    <textbox x1="8" y1="2" x2="10" y2="3" text="aaa"/>
 
10
  </svg:svg>
 
11
</shape>