Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa2aed6

Browse files
committed
gen_icons.sh: Document pwa-icon vs favicon having different design
1 parent 693fdbe commit fa2aed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎ci/dev/gen_icons.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ main() {
1414
# -background defaults to white but we want it transparent.
1515
# https://imagemagick.org/script/command-line-options.php#background
1616
convert -quiet -background transparent -resize 256x256 favicon.svg favicon.ico
17+
# We do not generate the pwa-icon from the favicon as they are slightly different
18+
# designs and sizes.
19+
# See favicon.afdesign and #2401 for details on the differences.
1720
convert -quiet -background transparent -resize 192x192 pwa-icon.png pwa-icon-192.png
1821
convert -quiet -background transparent -resize 512x512 pwa-icon.png pwa-icon-512.png
1922

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /