rename files svg to png
This commit is contained in:
parent
0277990cf1
commit
0ed8583dc2
303 changed files with 0 additions and 4249 deletions
BIN
1-js/4-data-structures/9-array-iteration/reduce.png
Normal file
BIN
1-js/4-data-structures/9-array-iteration/reduce.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
|
@ -1,65 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="613px" height="129px" viewBox="0 0 613 129" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: bin/sketchtool 1.3 (252) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>reduce.svg</title>
|
||||
<desc>Created with bin/sketchtool.</desc>
|
||||
<defs></defs>
|
||||
<g id="combined" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="reduce.svg" sketch:type="MSArtboardGroup">
|
||||
<rect id="Rectangle-1" stroke="#E8C48E" stroke-width="4" fill="#FFF9EB" sketch:type="MSShapeGroup" x="8" y="74" width="80" height="40"></rect>
|
||||
<text id="1" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="44" y="99">1</tspan>
|
||||
</text>
|
||||
<text id="sum" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="15" y="17">sum</tspan>
|
||||
<tspan x="15" y="33">0</tspan>
|
||||
<tspan x="15" y="49">current</tspan>
|
||||
<tspan x="15" y="65">1</tspan>
|
||||
</text>
|
||||
<rect id="Rectangle-2" stroke="#E8C48E" stroke-width="4" fill="#FFF9EB" sketch:type="MSShapeGroup" x="87" y="74" width="80" height="40"></rect>
|
||||
<text id="2" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="123" y="99">2</tspan>
|
||||
</text>
|
||||
<text id="sum" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="94" y="17">sum</tspan>
|
||||
<tspan x="94" y="33">0+1</tspan>
|
||||
<tspan x="94" y="49">current</tspan>
|
||||
<tspan x="94" y="65">2</tspan>
|
||||
</text>
|
||||
<rect id="Rectangle-3" stroke="#E8C48E" stroke-width="4" fill="#FFF9EB" sketch:type="MSShapeGroup" x="166" y="74" width="80" height="40"></rect>
|
||||
<text id="3" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="202" y="99">3</tspan>
|
||||
</text>
|
||||
<text id="sum" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="173" y="17">sum</tspan>
|
||||
<tspan x="173" y="33">0+1+2</tspan>
|
||||
<tspan x="173" y="49">current</tspan>
|
||||
<tspan x="173" y="65">3</tspan>
|
||||
</text>
|
||||
<rect id="Rectangle-5" stroke="#E8C48E" stroke-width="4" fill="#FFF9EB" sketch:type="MSShapeGroup" x="245" y="74" width="80" height="40"></rect>
|
||||
<text id="4" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="281" y="99">4</tspan>
|
||||
</text>
|
||||
<text id="sum" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="252" y="17">sum</tspan>
|
||||
<tspan x="252" y="33">0+1+2+3</tspan>
|
||||
<tspan x="252" y="49">current</tspan>
|
||||
<tspan x="252" y="65">4</tspan>
|
||||
</text>
|
||||
<rect id="Rectangle-4" stroke="#E8C48E" stroke-width="4" fill="#FFF9EB" sketch:type="MSShapeGroup" x="324" y="74" width="80" height="40"></rect>
|
||||
<text id="5" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="360" y="99">5</tspan>
|
||||
</text>
|
||||
<text id="sum" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="331" y="17">sum</tspan>
|
||||
<tspan x="331" y="33">0+1+2+3+4</tspan>
|
||||
<tspan x="331" y="49">current</tspan>
|
||||
<tspan x="331" y="65">5</tspan>
|
||||
</text>
|
||||
<path d="M420.5,92 L470.5,92" id="Line" stroke="#EE6B47" stroke-width="3" stroke-linecap="square" fill="#EE6B47" sketch:type="MSShapeGroup"></path>
|
||||
<text id="0+1+2+3+4+5-=-15" sketch:type="MSTextLayer" font-family="Consolas" font-size="14" font-weight="normal" fill="#8A704D">
|
||||
<tspan x="485" y="96">0+1+2+3+4+5 = 15</tspan>
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
BIN
1-js/4-data-structures/9-array-iteration/reduce@2x.png
Normal file
BIN
1-js/4-data-structures/9-array-iteration/reduce@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Add a link
Reference in a new issue