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

« back to all changes in this revision

Viewing changes to parts/core/LED-blue-5mm.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="3910BBEC34LEDModuleID">
2
 
 <version>4</version>
3
 
 <author>Stefan Hermann</author>
4
 
 <title>Blue LED - 5mm</title>
5
 
 <label>LED</label>
6
 
 <date>2008-10-10</date>
7
 
 <tags>
8
 
  <tag>LED</tag>
9
 
  <tag>Blue 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">LED</property>
16
 
  <property name="color" showInLabel="yes">blue</property>
17
 
  <property name="current" showInLabel="yes"></property>
18
 
 </properties>
19
 
 <description>A generic blue LED (~1.8V)</description>
20
 
 <views>
21
 
  <iconView>
22
 
   <layers image="icon/LED-blue-5mmicon.svg">
23
 
    <layer layerId="icon"/>
24
 
   </layers>
25
 
  </iconView>
26
 
  <breadboardView fliphorizontal="true" flipvertical="true">
27
 
   <layers image="breadboard/LED-5mm-blue.svg">
28
 
    <layer layerId="breadboard"/>
29
 
   </layers>
30
 
  </breadboardView>
31
 
  <schematicView>
32
 
   <layers image="schematic/led.svg">
33
 
    <layer layerId="schematic"/>
34
 
   </layers>
35
 
  </schematicView>
36
 
  <pcbView>
37
 
   <layers image="pcb/5mm_LED.svg">
38
 
    <layer layerId="copper0"/>
39
 
    <layer layerId="keepout"/>
40
 
    <layer layerId="soldermask"/>
41
 
    <layer layerId="silkscreen"/>
42
 
    <layer layerId="outline"/>
43
 
   <layer layerId="copper1"/></layers>
44
 
  </pcbView>
45
 
 </views>
46
 
 <connectors>
47
 
  <connector id="connector0" name="cathode" type="male">
48
 
   <description>cathode pin</description>
49
 
   <views>
50
 
    <breadboardView>
51
 
     <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
52
 
    </breadboardView>
53
 
    <schematicView>
54
 
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
55
 
    </schematicView>
56
 
    <pcbView>
57
 
     <p layer="copper0" svgId="connector0pad"/>
58
 
    <p layer="copper1" svgId="connector0pad"/></pcbView>
59
 
   </views>
60
 
  </connector>
61
 
  <connector id="connector1" name="anode" type="male">
62
 
   <description>anode pin</description>
63
 
   <views>
64
 
    <breadboardView>
65
 
     <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
66
 
    </breadboardView>
67
 
    <schematicView>
68
 
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
69
 
    </schematicView>
70
 
    <pcbView>
71
 
     <p layer="copper0" svgId="connector1pad"/>
72
 
    <p layer="copper1" svgId="connector1pad"/></pcbView>
73
 
   </views>
74
 
  </connector>
75
 
 </connectors>
76
 
</module>