Skip to content

fix: inset app icon into macOS safe-area margin#15

Merged
GregTheGreek merged 1 commit into
mainfrom
fix/app-icon-macos-padding
Jul 9, 2026
Merged

fix: inset app icon into macOS safe-area margin#15
GregTheGreek merged 1 commit into
mainfrom
fix/app-icon-macos-padding

Conversation

@GregTheGreek

Copy link
Copy Markdown
Owner

Summary

The app icon filled the full 1024 canvas edge-to-edge. macOS icons aren't system-masked (unlike iOS), so the artwork must bake in the ~10% margin itself - without it the tile renders larger than native app icons. Inset the whole composition to the standard 824x824 grid and regenerated the PNG masters. The .icns is rebuilt from the master by make at release.

Test plan

  • make bundle and confirm Finder/dock icon matches native icon sizing
  • Verify glyph proportions unchanged, corners render correctly

macOS app icons are not system-masked, so the artwork must bake in the
~10% margin itself. The tile filled the full 1024 canvas, making it
render larger than native icons. Inset the whole composition to the
824x824 grid and regenerate the PNG masters.

Co-Authored-By: Claude
@GregTheGreek
GregTheGreek marked this pull request as ready for review July 9, 2026 14:05
@GregTheGreek
GregTheGreek merged commit 69dfc7c into main Jul 9, 2026
1 check passed
@GregTheGreek
GregTheGreek deleted the fix/app-icon-macos-padding branch July 9, 2026 14:05
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