Skip to content

Commit

Permalink
Pshing up latest png files from ecceman updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioPDX committed Sep 18, 2021
1 parent b6bd5ee commit a98a5a1
Show file tree
Hide file tree
Showing 39 changed files with 115 additions and 107 deletions.
2 changes: 1 addition & 1 deletion convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
if ".svg" in f:
try:
mkdir(path=f"{root}/png/")
except OSError as error:
except OSError:
pass
convert_file = pyvips.Image.thumbnail(f"{root}/{f}", 52, height=52)
convert_file.write_to_file(f"{root}/png/{f.replace('svg', 'png')}")
Expand Down
220 changes: 114 additions & 106 deletions reference.md

Large diffs are not rendered by default.

Binary file added svg/circle/blue/png/c_dna2_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/blue/png/c_dna_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/blue/png/c_optical_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/blue/png/c_template_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified svg/circle/blue/png/c_wireless_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/gray/png/c_dna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/gray/png/c_dna2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified svg/circle/gray/png/c_factory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/gray/png/c_optical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/gray/png/c_template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified svg/circle/gray/png/c_wireless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/green/png/c_dna2_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/green/png/c_dna_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/green/png/c_optical_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/green/png/c_template_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified svg/circle/green/png/c_wireless_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/red/png/c_dna2_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/red/png/c_dna_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/red/png/c_optical_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/circle/red/png/c_template_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified svg/circle/red/png/c_wireless_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/square/blue/png/sq_dna2_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/square/blue/png/sq_dna_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/square/blue/png/sq_optical_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/square/blue/png/sq_template_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added svg/square/gray/png/sq_dna.png
Binary file added svg/square/gray/png/sq_dna2.png
Binary file added svg/square/gray/png/sq_optical.png
Binary file added svg/square/gray/png/sq_template.png
Binary file added svg/square/green/png/sq_dna2_green.png
Binary file added svg/square/green/png/sq_dna_green.png
Binary file added svg/square/green/png/sq_optical_green.png
Binary file added svg/square/green/png/sq_template_green.png
Binary file added svg/square/red/png/sq_dna2_red.png
Binary file added svg/square/red/png/sq_dna_red.png
Binary file added svg/square/red/png/sq_optical_red.png
Binary file added svg/square/red/png/sq_template_red.png

0 comments on commit a98a5a1

Please sign in to comment.