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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/detector.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>Optics - Detector</name>
 
4
  <icon>detector.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="0.5"/>
 
7
    <point x="1" y="0.5"/>
 
8
    <point x="0.5" y="1"/>
 
9
    <point x="0.5" y="0"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:rect style="fill: default" x="0" y="0" width="1" height="1"/>
 
14
    <svg:polyline style="fill: none; stroke-width: 0.1" points="0.2,0.3 0.8,0.3 0.5,0.7 0.2,0.3 "/>
 
15
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.25" y1="0.7" x2="0.75" y2="0.7"/>
 
16
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.5" y1="0.1" x2="0.5" y2="0.3"/>
 
17
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.5" y1="0.7" x2="0.5" y2="0.9"/>
 
18
  </svg:svg>
 
19
</shape>