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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
  <name>Digital - nor_h</name>
  <icon>nor_h.png</icon>
  <connections>
    <point x="5" y="2"/>
    <point x="0.44" y="1"/>
    <point x="0.58" y="2"/>
    <point x="0.44" y="3"/>
  </connections>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:ellipse style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" cx="4.6" cy="2" rx="0.4" ry="0.4"/>
    <svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" d="M 4.2,2 A 5,5 0 0 0 0,0"/>
    <svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" d="M 0,4 A 5,5 0 0 0 4.2,2"/>
    <svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" d="M 0,4 A 3.63333,3.63333 0 0 0 0,0"/>
  </svg:svg>
</shape>