~ubuntu-branches/ubuntu/vivid/dia-shapes/vivid

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/fibre_vert.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" encoding="UTF-8"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Optics - Fibre (vertical)</name>
 
4
  <icon>fibre_vert.png</icon>
 
5
  <connections>
 
6
    <point x="3" y="0"/>
 
7
    <point x="3" y="4"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg>
 
11
    <svg:ellipse cx="1.5" cy="1.5" rx="1.5" ry="1"/>
 
12
    <svg:ellipse cx="1.5" cy="2.5" rx="1.5" ry="1"/>
 
13
    <svg:ellipse cx="1.5" cy="2" rx="1.5" ry="1"/>
 
14
    <svg:line x1="3" y1="0" x2="3" y2="4"/>
 
15
  </svg:svg>
 
16
</shape>