Fixes #525 Kiwix icon low resolution

Set white background to kiwix-desktop.svg, include it into .deb
This commit is contained in:
Alexander Sashnov 2022-01-12 14:46:54 +07:00
parent 0fae1eb3ad
commit 9bb32e19f1
2 changed files with 4 additions and 1 deletions

View File

@ -140,7 +140,9 @@ unix {
app_icon128.files = resources/icons/kiwix/128/kiwix-desktop.png
app_icon256.path = $$PREFIX/share/icons/hicolor/256x256/apps
app_icon256.files = resources/icons/kiwix/256/kiwix-desktop.png
INSTALLS += app_icon24 app_icon32 app_icon48 app_icon128 app_icon256
app_svg.path = $$PREFIX/share/icons/hicolor/scalable/kiwix-desktop.svg
app_svg.files = resources/icons/kiwix/scalable/kiwix-desktop.svg
INSTALLS += app_icon24 app_icon32 app_icon48 app_icon128 app_icon256 app_svg
mime_icon48.path = $$PREFIX/share/icons/hicolor/48x48/mimetypes
mime_icon48.files = resources/icons/48/kiwix/org.kiwix.desktop.x-zim.png

View File

@ -7,6 +7,7 @@
<style type="text/css">
.st0{fill:#010101;}
</style>
<rect width="100%" height="100%" fill="white"/>
<path class="st0" d="M1165,764.1c-8.3-36.4-68.5-141.3-191.6-234.4c-22.5-17.1-42.8-31.3-59.7-42.6
c24.6-105.3-103.3-232.3-228.1-172.5C596,230.3,496.1,195.9,404.2,197.3c-243.3,3.4-431,256.9-229.1,498.8c0.1,0.1,0.2,0.2,0.4,0.4
c3.1,3.7,6.3,7.4,9.5,11.1c13.1,15.7,21.8,29.6,29.2,54.1L274.4,959h-21.3c-19.6,0-35.6,15.9-35.6,35.6h80.8l135.8,64.2

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB