add chipcon
This commit is contained in:
parent
e896cbf647
commit
cbd847fe43
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="37.268749"
|
||||
height="39.627499"
|
||||
id="svg3503">
|
||||
<defs
|
||||
id="defs3505">
|
||||
<clipPath
|
||||
id="clipPath108">
|
||||
<path
|
||||
d="m 22.525,736.182 229.603,0 0,31.702 -229.603,0 0,-31.702 z"
|
||||
id="path110" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata3508">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
transform="translate(-316.49875,-821.1199)"
|
||||
id="layer1">
|
||||
<g
|
||||
transform="matrix(1.25,0,0,-1.25,288.3425,1780.9749)"
|
||||
id="g104"
|
||||
style="fill:#000000">
|
||||
<g
|
||||
clip-path="url(#clipPath108)"
|
||||
id="g106"
|
||||
style="fill:#000000">
|
||||
<path
|
||||
d="m 52.24,759.515 c -2.662,4.981 -7.899,8.369 -13.925,8.369 -8.72,0 -15.79,-7.097 -15.79,-15.851 0,-8.754 7.07,-15.851 15.79,-15.851 6.104,0 11.397,3.478 14.025,8.566 -2.402,-3.721 -6.595,-6.185 -11.361,-6.185 -7.457,0 -13.502,6.031 -13.502,13.47 0,7.44 6.045,13.47 13.502,13.47 4.697,0 8.842,-2.357 11.261,-5.988"
|
||||
id="path112"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
d="m 29.461,751.9 c 0,-3.484 4.733,-5.32 11.036,-5.32 5.698,0 9.73,1.457 10.778,3.958 l -3.225,0 c -0.725,-1.465 -2.849,-2.714 -7.595,-2.714 -4.364,0 -7.62,1.091 -7.62,4.06 0,2.969 3.256,4.067 7.62,4.067 5.536,0 6.807,-0.929 7.432,-2.083 l 3.225,0 c -0.969,2.243 -4.313,3.326 -10.616,3.326 -6.302,0 -11.035,-1.836 -11.035,-5.319 l 0,0.025 z"
|
||||
id="path114"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
|
@ -49,6 +49,10 @@ table
|
|||
<td><img src="champion.svg" width="50" alt="logo" /></td>
|
||||
<td><a href="http://www.championmicro.com.tw/">Champion Microelectronic</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="chipcon.svg" width="50" alt="logo" /></td>
|
||||
<td><a href="http://www.ti.com/analog/docs/enggresdetail.tsp?familyId=0&genContentId=3573">Chipcon</a><br/>(<a href="http://www.ti.com/corp/docs/investor_relations/pr_01_24_2006_chipcon.html">Texas Instruments since 2016</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="cypress.svg" width="50" alt="logo" /></td>
|
||||
<td><a href="http://www.cypress.com/">Cypress</a></td>
|
||||
|
|
Loading…
Reference in New Issue