Skip to content

README logo broken #544

@KhaledSaeed18

Description

@KhaledSaeed18

README logo broken | src/img/icon256.png missing after icon format migration

Description

The logo in the README is not rendering because the file it references no longer exists in the repository.

The README contains the following image tag:

[<img
    src = 'src/img/icon256.png'
    width = 120
/>][Website]

The file src/img/icon256.png is absent from the current tree, resulting in a broken image at the top of the README.

Image

Root Cause

Two recent commits to src/img introduced this regression:

e3e9b82Convert PNG images to WEBP (Jan 24, 2026)

All icon files were converted from .png to .webp, replacing icon256.png with icon256.webp.

Image

73d6ed0Cross-browser icon support (SVG on Gecko, PNG on Chromium) (Feb 9, 2026)

Several icons were restored from .webp back to .png:

File Action
icon16.png Added
icon48.png Added
icon128.png Added
icon48.webp Removed
icon96.webp Removed
icon256.webp Removed

icon256.webp was removed in this commit but icon256.png was never re-added, leaving no valid file at the path the README references.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions