Remove corners from icons

This is the second commit doing the same thing, except for one key difference: this time they're PNG images, because I forgot that JPGs don't support transparency. *slow clap*
This commit is contained in:
akp 2020-12-08 21:06:14 +00:00
parent 2ae8c9ffdb
commit 73e41d5263
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E
9 changed files with 4 additions and 4 deletions

8
.github/README.md vendored
View file

@ -40,7 +40,7 @@ Go solutions are near direct copies of the Python solutions and may be added a f
<!-- PARSE END -->
[check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.jpg?raw=true
[cross]: https://github.com/codemicro/adventOfCode/blob/master/.github/cross.jpg?raw=true
[partial]: https://github.com/codemicro/adventOfCode/blob/master/.github/partial.jpg?raw=true
[pending]: https://github.com/codemicro/adventOfCode/blob/master/.github/asterisk.jpg?raw=true
[check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.png?raw=true
[cross]: https://github.com/codemicro/adventOfCode/blob/master/.github/cross.png?raw=true
[partial]: https://github.com/codemicro/adventOfCode/blob/master/.github/partial.png?raw=true
[pending]: https://github.com/codemicro/adventOfCode/blob/master/.github/asterisk.png?raw=true

BIN
.github/asterisk.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
.github/asterisk.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
.github/check.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
.github/check.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
.github/cross.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

BIN
.github/cross.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
.github/partial.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

BIN
.github/partial.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB