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

« back to all changes in this revision

Viewing changes to electronic/shapes/electronic/transistor_misfe_i_p.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"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Electronic - transistor_misfe_i_p</name>
 
4
  <icon>transistor_misfe_i_p.png</icon>
 
5
  <connections>
 
6
    <point x="2.5" y="8.5"/>
 
7
    <point x="12.0" y="2.0"/>
 
8
    <point x="14.0" y="6.0"/>
 
9
    <point x="12.0" y="10.0"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:ellipse style="fill: default" cx="8.5" cy="6.0" rx="4" ry="4"/>
 
14
    <svg:rect style="fill: inverse" x="7.5" y="3.0" width="0.5" height="1.5"/>
 
15
    <svg:rect style="fill: inverse" x="7.5" y="5.25" width="0.5" height="1.5"/>
 
16
    <svg:rect style="fill: inverse" x="7.5" y="7.5" width="0.5" height="1.5"/>
 
17
 
 
18
    <svg:polyline points="2.5,8.5 7.0,8.5 7.0,3.5"/>
 
19
 
 
20
    <svg:polyline points="8.0,4.0 12.0,4.0 12.0,2.0"/>
 
21
    <svg:line x1="8.0" y1="6.0" x2="14.0" y2="6.0"/>
 
22
    <svg:polyline points="8.0,8.0 12.0,8.0 12.0,10.0"/>
 
23
 
 
24
    <svg:polygon style="fill: inverse" points="9.0,5.6 11.0,6.0 9.0,6.4 "/>
 
25
  </svg:svg>
 
26
</shape>