Skip to content

feat: macOS-style rounded app icon, generated like constructive-desktop - #8

Merged
pyramation merged 1 commit into
mainfrom
feat/rounded-icon
Jul 27, 2026
Merged

feat: macOS-style rounded app icon, generated like constructive-desktop#8
pyramation merged 1 commit into
mainfrom
feat/rounded-icon

Conversation

@pyramation

Copy link
Copy Markdown
Contributor

Summary

The icon looked square because it was full-bleed art. constructive-desktop rounds theirs by clipping the art to the standard macOS tile inside the SVG itself — <clipPath><rect x=100 y=100 width=824 height=824 rx=185/></clipPath> on a transparent 1024 canvas — then regenerating the raster formats from it.

Same setup here: resources/icon.svg now wraps the cube art in that clip, and a new pnpm icons script (scripts/generate-icons.mjs, sharp + png2icons — the exact script constructive-desktop uses) regenerates resources/icon.{png,icns,ico}. The .icns/.ico are new, ready for future packaging.

rounded icon

Link to Devin session: https://app.devin.ai/sessions/04636534e07048089ffb6b78142e12cd
Requested by: @pyramation

@pyramation pyramation self-assigned this Jul 27, 2026
@devin-ai-integration

Copy link
Copy Markdown

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpng2icons@​2.0.19210010075100
Addedsharp@​0.35.39710010094100

View full report

@pyramation
pyramation merged commit 16a4c11 into main Jul 27, 2026
4 checks 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