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

« back to all changes in this revision

Viewing changes to Circuit2/shapes/Circuit2/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>Circuit2 - Square Wave</name>
 
4
  <icon>square.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="-1"/>
 
7
    <point x="1" y="3"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg width="4.0" height="6.0">
 
11
    <svg:ellipse style="fill: default" cx="1" cy="1" rx="1" ry="1"/>
 
12
    <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"/>
 
13
    <svg:line x1="1" y1="0" x2="1" y2="-1" />
 
14
    <svg:line x1="1" y1="2" x2="1" y2="3" />
 
15
  </svg:svg>
 
16
</shape>