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

« back to all changes in this revision

Viewing changes to digital/shapes/Digital/nor_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 - nor_h</name>
 
4
  <icon>nor_h.png</icon>
 
5
  <connections>
 
6
    <point x="5" y="2"/>
 
7
    <point x="0.44" y="1"/>
 
8
    <point x="0.58" y="2"/>
 
9
    <point x="0.44" y="3"/>
 
10
  </connections>
 
11
  <aspectratio type="free"/>
 
12
  <svg:svg>
 
13
    <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"/>
 
14
    <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"/>
 
15
    <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"/>
 
16
    <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"/>
 
17
  </svg:svg>
 
18
</shape>