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

« back to all changes in this revision

Viewing changes to edpc/shapes/edpc/xor.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>EDPC - XOR Operator</name>
 
4
  <icon>xor.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="2"/>
 
7
    <point x="1" y="0"/>
 
8
    <point x="0" y="1"/>
 
9
    <point x="2" y="1"/>
 
10
    <point x="1" y="1" main="yes"/>
 
11
  </connections>
 
12
  <aspectratio type="fixed"/>
 
13
  <svg:svg>
 
14
    <svg:ellipse style="fill: default;" cx="1" cy="1" rx="1" ry="1"/>
 
15
    <svg:text style="fill: default; stroke: default; text-color: default; font-size: 1.0; text-anchor:middle; font-family: sans; font-style: normal; font-weight: 700" x="1" y="1.2" textLength="1.26">XOR</svg:text>
 
16
  </svg:svg>
 
17
</shape>