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

« back to all changes in this revision

Viewing changes to digital/shapes/Digital/add_h.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>Digital - add_h</name>
 
4
  <icon>add_h.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="1"/>
 
7
    <point x="0" y="5"/>
 
8
    <point x="2" y="1"/>
 
9
    <point x="2" y="5"/>
 
10
    <point x="4" y="3"/>
 
11
  </connections>
 
12
  <aspectratio type="free"/>
 
13
  <textbox x1="1" x2="4" y1="2" y2="4"/>
 
14
  <svg:svg>
 
15
    <svg:polygon style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" points="0,0 4,2 4,4 0,6 0,4 1,3 0,2 "/>
 
16
  </svg:svg>
 
17
</shape>