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

« back to all changes in this revision

Viewing changes to cmos/shapes/CMOS/nmos_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>CMOS - nmos_h</name>
 
4
  <icon>nmos_h.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="1"/>
 
7
    <point x="2" y="1"/>
 
8
    <point x="1" y="0"/>
 
9
  </connections>
 
10
  <aspectratio type="free"/>
 
11
  <svg:svg>
 
12
    <svg:polyline style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" points="0,1 0.4,1 0.4,0.7 1.6,0.7 1.6,1 2,1 "/>
 
13
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="0.2" y1="0.5" x2="1.8" y2="0.5"/>
 
14
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="1" y1="0" x2="1" y2="0.5"/>
 
15
  </svg:svg>
 
16
</shape>