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

« back to all changes in this revision

Viewing changes to CH-1/shapes/CH-1/junction.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 - Junction</name>
 
4
  <description>Junction (AND, OR, XOR)</description>
 
5
  <icon>junction.png</icon>
 
6
  <connections>
 
7
    <point x="0.5" y="0"/>
 
8
    <point x="1" y="0.5"/>
 
9
    <point x="0" y="0.5"/>
 
10
    <point x="0.5" y="1"/>
 
11
    <point x="0.5" y="0.5" main="yes"/>
 
12
  </connections>
 
13
  <textbox x1="0.15" y1="0.15" x2="0.85" y2="0.85"/>
 
14
  <svg:svg width="1" height="1">
 
15
    <svg:circle cx="0.5" cy="0.5" r="0.5" style="fill: default"/>
 
16
  </svg:svg>
 
17
</shape>