Skip to content

fix(webserver): replace favicon with higher resolution and transparency - #112

Merged
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/favicon
Jun 11, 2026
Merged

fix(webserver): replace favicon with higher resolution and transparency#112
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/favicon

Conversation

@ngosang

@ngosang ngosang commented Jun 11, 2026

Copy link
Copy Markdown
Member

The previous favicon.ico stored its images as 8-bit indexed bitmaps, which cannot carry a proper alpha channel, so the icon rendered with a solid background on browser tabs and bookmarks.

Replace it with a redrawn icon whose images use 32 bits per pixel, adding a real alpha channel for a transparent background and crisper edges at 16x16 and 32x32 sizes.

The previous favicon.ico stored its images as 8-bit indexed bitmaps,
which cannot carry a proper alpha channel, so the icon rendered with a
solid background on browser tabs and bookmarks.

Replace it with a redrawn icon whose images use 32 bits per pixel,
adding a real alpha channel for a transparent background and crisper
edges at 16x16 and 32x32 sizes.
@ngosang
ngosang merged commit 2232ff6 into amule-org:master Jun 11, 2026
10 checks passed
@ngosang
ngosang deleted the fix/favicon branch June 11, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant