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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/isolator.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 - Isolator</name>
 
4
  <icon>isolator.png</icon>
 
5
  <connections>
 
6
    <point x="2" y="0.5"/>
 
7
    <point x="0" y="0.5"/>
 
8
  </connections>
 
9
  <textbox x1="-2" y1="-3" x2="4" y2="-0.4" font-size="0.6"/>
 
10
  <aspectratio type="fixed"/>
 
11
  <svg:svg width="2" height="1">
 
12
    <svg:rect style="fill: default" x="0" y="0" width="2" height="1"/>
 
13
    <svg:line x1="0.4" y1="0.5" x2="1.4" y2="0.5" style="stroke-width:0.1"/>
 
14
    <svg:polygon points="1.2,0.75 1.7,0.5 1.2,0.25 1.4,0.5 1.2,0.75 1.7,0.5" style="stroke-width:0.1"/>
 
15
  </svg:svg>
 
16
</shape>