Skip to content

Commit f7171f1

Browse files
committed
Update favicon
1 parent 3251e8a commit f7171f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inkscape --export-type=png statistical-python-logo.svg
1111
2. Convert png to multi-resolution icon:
1212

1313
```
14-
convert statistical-python-logo.png -define icon:auto-resize=64,48,32,16 -colors 3 favicon.ico
14+
convert statistical-python-logo.png -define icon:auto-resize=64,48,32,16 -colors 4 favicon.ico
1515
```
1616

1717
## To simplify SVGs for making icons
@@ -30,5 +30,5 @@ See the [SimpleIcons guidelines](https://github.com/simple-icons/simple-icons/bl
3030
They use [SVGO](https://github.com/svg/svgo) to optimize SVGs. You can also use scour: `pip install scour`.
3131

3232
```
33-
scour --set-precision=2 --strip-xml-prolog --remove-metadata --enable-comment-stripping --enable-viewboxing --indent=none --no-line-breaks --strip-xml-space --shorten-ids --enable-id-stripping statistical-python.svg statistical-python-icon.svg
33+
scour --set-precision=2 --strip-xml-prolog --remove-metadata --enable-comment-stripping --enable-viewboxing --indent=none --no-line-breaks --strip-xml-space --shorten-ids --enable-id-stripping statistical-python-logo.svg statistical-python-icon.svg
3434
```

images/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)