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

« back to all changes in this revision

Viewing changes to electronic/shapes/electronic/antenna.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 - antenna</name>
 
4
  <icon>antenna.png</icon>
 
5
  <connections>
 
6
    <point x="4.0" y="11.0"/>
 
7
  </connections>
 
8
  <aspectratio type="fixed"/>
 
9
  <svg:svg>
 
10
    <svg:line x1="4.0" y1="11.0" x2="4.0" y2="5.0"/>
 
11
    <svg:line x1="2.0" y1="2.0" x2="4.0" y2="5.0"/>
 
12
    <svg:line x1="4.0" y1="2.0" x2="4.0" y2="5.0"/>
 
13
    <svg:line x1="6.0" y1="2.0" x2="4.0" y2="5.0"/>
 
14
  </svg:svg>
 
15
</shape>