1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Experiment with new icon variants

This commit is contained in:
Reinhard Pointner 2018-07-26 08:03:07 +07:00
parent 27c4d0e447
commit 233a00692f
4 changed files with 3 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -19,7 +19,7 @@
<stop offset="0.805" style="stop-color:#3A5B71"/>
<stop offset="1" style="stop-color:#37596E"/>
</linearGradient>
<rect width="150" height="150" fill="url(#SVGID_1_)" stroke="url(#SVGID_2_)" stroke-width="5" />
<rect width="150" height="150" fill="url(#SVGID_1_)" stroke="url(#SVGID_2_)" stroke-width="0" rx="25" ry="25" />
<g>
<path fill="#E57025" d="M79.124,33.484c0,0.149-0.02,0.382-0.056,0.698c-0.038,0.317-0.084,0.67-0.14,1.061
c-0.056,0.391-0.14,0.801-0.252,1.228c-0.111,0.428-0.242,0.829-0.391,1.201s-0.316,0.67-0.502,0.893

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,8 +1,5 @@
include *.cfg
ICON := ../icons/filebot.svg
QPKG_NAME := filebot
ICON := ../icons/filebot-flat-white.png
resize-icons:
convert -verbose $(ICON) -resize 64x64 -gravity center -background transparent -extent 64x64 icons/$(QPKG_NAME).png