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

« back to all changes in this revision

Viewing changes to CH-1/shapes/CH-1/delay.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>CH-1 - Delay</name>
 
4
  <description>Delay</description>
 
5
  <icon>delay.png</icon>
 
6
  <connections>
 
7
    <point x="0" y="1"/>
 
8
    <point x="1.5" y="1"/>
 
9
  </connections>
 
10
  <svg:svg width="1.5" height="2">
 
11
    <svg:line x1="0" y1="0" x2="0" y2="2"/>
 
12
    <svg:line x1="1.5" y1="0" x2="1.5" y2="2"/>
 
13
    <svg:polygon points="0.4,1.4 0.44,1.4 0.44,1.44 0.4,1.44" style="fill:#000000"/>
 
14
    <svg:polygon points="0.7,1.4 0.74,1.4 0.74,1.44 0.7,1.44" style="fill:#000000"/>
 
15
    <svg:polygon points="1.0,1.4 1.04,1.4 1.04,1.44 1.0,1.44" style="fill:#000000"/>
 
16
  </svg:svg>
 
17
</shape>