~ubuntu-branches/ubuntu/precise/fritzing/precise

« back to all changes in this revision

Viewing changes to parts/obsolete/LED-red-5mm (3).fzp

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2011-08-26 10:11:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826101105-w5hmn7zcf93ig5v6
Tags: 0.6.3b-1
* upgrapded to the newer upstream version
* parameters of the function GraphicsUtils::distanceFromLine in 
  src/svg/groundplanegenerator.cpp:767 are now declared as doubles,
  which Closes: #636441
* the new version fixes src/utils/folderutils.cpp, which
  Closes: #636061

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.beta.1396" moduleId="3244BBEC34LEDModuleID">
 
2
 <version replacedby="5mmColorLEDModuleID">4</version>
 
3
 <author>Brendan Howell</author>
 
4
 <title>Red LED - 5mm</title>
 
5
 <label>LED</label>
 
6
 <date>2008-07-25</date>
 
7
 <tags>
 
8
  <tag>LED</tag>
 
9
  <tag>Red LED</tag>
 
10
  <tag>indicator</tag>
 
11
  <tag>fritzing core</tag>
 
12
 </tags>
 
13
 <properties>
 
14
  <property name="package">5 mm [THT]</property>
 
15
  <property name="family">obsolete_LED</property>
 
16
  <property name="color" showInLabel="yes">red</property>
 
17
  <property name="current" showInLabel="yes"></property>
 
18
  <property name="leg" >no</property>
 
19
 </properties>
 
20
 <description>A generic red LED (~1.8V)</description>
 
21
 <views>
 
22
  <iconView>
 
23
   <layers image="icon/LED-red-5mmicon.svg">
 
24
    <layer layerId="icon"/>
 
25
   </layers>
 
26
  </iconView>
 
27
  <breadboardView fliphorizontal="true" flipvertical="true">
 
28
   <layers image="breadboard/LED-5mm-red.svg">
 
29
    <layer layerId="breadboard"/>
 
30
   </layers>
 
31
  </breadboardView>
 
32
  <schematicView>
 
33
   <layers image="schematic/led.svg">
 
34
    <layer layerId="schematic"/>
 
35
   </layers>
 
36
  </schematicView>
 
37
  <pcbView>
 
38
   <layers image="pcb/5mm_LED.svg">
 
39
    <layer layerId="copper0"/>
 
40
    <layer layerId="keepout"/>
 
41
    <layer layerId="soldermask"/>
 
42
    <layer layerId="silkscreen"/>
 
43
    <layer layerId="outline"/>
 
44
   <layer layerId="copper1"/></layers>
 
45
  </pcbView>
 
46
 </views>
 
47
 <connectors>
 
48
  <connector id="connector0" name="cathode" type="male">
 
49
   <description>cathode pin</description>
 
50
   <views>
 
51
    <breadboardView>
 
52
     <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
 
53
    </breadboardView>
 
54
    <schematicView>
 
55
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
 
56
    </schematicView>
 
57
    <pcbView>
 
58
     <p layer="copper0" svgId="connector0pad"/>
 
59
    <p layer="copper1" svgId="connector0pad"/></pcbView>
 
60
   </views>
 
61
  </connector>
 
62
  <connector id="connector1" name="anode" type="male">
 
63
   <description>anode pin</description>
 
64
   <views>
 
65
    <breadboardView>
 
66
     <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
 
67
    </breadboardView>
 
68
    <schematicView>
 
69
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
 
70
    </schematicView>
 
71
    <pcbView>
 
72
     <p layer="copper0" svgId="connector1pad"/>
 
73
    <p layer="copper1" svgId="connector1pad"/></pcbView>
 
74
   </views>
 
75
  </connector>
 
76
 </connectors>
 
77
</module>