1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg id="svg2" xmlns="http://www.w3.org/2000/svg" height="40" width="40">
<g id="Q" stroke="#000" stroke-width="2px" class="npn">
<metadata class="part" >
<wtx:part xmlns:wtx="/home/niel/Desktop/webtronics" >
<wtx:pins>
<wtx:analog>
<!--spice order for transistors is collector base emmitter-->
<wtx:node index="1" x="30" y="0" />
<wtx:node index="2" x="0" y="20" />
<wtx:node index="3" x="30" y="40" />
</wtx:analog>
</wtx:pins>
<wtx:id>q</wtx:id>
<wtx:type>q</wtx:type>
<wtx:name>npn</wtx:name>
<wtx:category>transistors</wtx:category>
<wtx:value></wtx:value>
<wtx:label></wtx:label>
<wtx:spice></wtx:spice>
<wtx:flip>true</wtx:flip>
<wtx:model></wtx:model>
</wtx:part>
</metadata>
<rect width="40" height="40" x="0" y="0" id="rect2162" visibility="hidden" />
<path id="path2178" d="M15.508,31.531l0-23.068"/>
<path id="path2829" d="M30,0,30,7.6063,16,16.606" fill="none"/>
<path id="path2831" d="m30,40,0-9-14-7" fill="none"/>
<path id="path3613" d="m25,31.606,2-4,3,4-5-0.000001z"/>
<path id="path3615" d="m0,20,15,0"/>
</g>
</svg>
|