Skip to content

fix(branding): enlarge the logo in icon.png - #8

Merged
hiOpenmart merged 1 commit into
mainfrom
fix/enlarge-logo
May 19, 2026
Merged

hiOpenmart merged 1 commit into
mainfrom
fix/enlarge-logo

Conversation

@hiOpenmart

Copy link
Copy Markdown
Collaborator

Problem

In Claude Desktop's "Configure" dialog the logo showed up as a tiny speck. The previous icon.png was generated with qlmanage, which dropped the 36×36 SVG untouched into the top-left corner of a 512×512 canvas instead of scaling it — so the mark occupied ~7% of the image.

Fix

Re-rendered with sharp: rasterize the SVG, trim the transparent border, and centre the mark at ~84% of the 512×512 canvas (small even margin). icon.svg also gains an explicit viewBox="0 0 36 36" so it rasterizes correctly with any renderer.

The new icon.png is a properly sized, centred 512×512 icon — visible in the file diff.

Once merged, cut a release (v0.1.4) so the new icon ships in the .mcpb bundle.

🤖 Generated with Claude Code

The previous icon.png was generated with qlmanage, which placed the
36x36 SVG untouched in the top-left corner of a 512x512 canvas — the
logo showed up as a tiny speck in Claude Desktop's extension UI.

Re-render with sharp: rasterize the SVG, trim the transparent border,
and centre the mark at ~84% of the 512x512 canvas. icon.svg also gains
an explicit viewBox so it rasterizes correctly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hiOpenmart
hiOpenmart merged commit 26e07e8 into main May 19, 2026
1 check passed
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