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

« back to all changes in this revision

Viewing changes to cmos/shapes/CMOS/pmos_v.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 - pmos_v</name>
 
4
  <icon>pmos_v.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="0"/>
 
7
    <point x="1" y="2"/>
 
8
    <point x="0" y="1"/>
 
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="1,0 1,0 1,0.4 0.7,0.4 0.7,1.6 1,1.6 1,2 1,2 "/>
 
13
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="0.5" y1="0.2" x2="0.5" y2="1.8"/>
 
14
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="0.06" y1="1" x2="0" y2="1"/>
 
15
    <svg:ellipse style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" cx="0.26" cy="1" rx="0.2" ry="0.2"/>
 
16
  </svg:svg>
 
17
</shape>