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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/mod.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 - MZ Modulator</name>
 
4
  <icon>mod.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="1"/>
 
7
    <point x="4" y="1"/>
 
8
    <point x="2" y="0"/>
 
9
    <point x="2" y="2"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:rect style="fill: default" x="0" y="0" width="4" height="2"/>
 
14
    <svg:polyline style="fill: none; stroke-width: 0.1" points="0,1 1,1 1.35,0.58 2.65,0.58 3,1 4,1"/>
 
15
    <svg:polyline style="fill: none; stroke-width: 0.1" points="1,1 1.35,1.42 2.65,1.42 3,1"/>
 
16
    <svg:rect style="fill: #000000; stroke-width: 0" x="1.5" y="0.36" width="1" height=".1"/>
 
17
    <svg:rect style="fill: #000000; stroke-width: 0" x="1.5" y="0.7" width="1" height=".1"/>
 
18
  </svg:svg>
 
19
</shape>