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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/square.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 - Square Wave</name>
 
4
  <icon>square.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="0"/>
 
7
    <point x="1" y="2"/>
 
8
    <point x="0" y="1"/>
 
9
    <point x="2" y="1"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:ellipse style="fill: default" cx="1" cy="1" rx="1" ry="1"/>
 
14
    <svg:polyline style="fill: none; stroke-width: 0.1" points="0.51,0.9 0.51,0.55 1,0.55 1,1.45 1.49,1.45 1.49,1.1"/>
 
15
  </svg:svg>
 
16
</shape>