Skip to content

fix: rebuild apple-touch-icon without rounded-rect halo#26

Merged
CalderLund merged 2 commits intomainfrom
calderlund--fullbleed-icon
Feb 21, 2026
Merged

fix: rebuild apple-touch-icon without rounded-rect halo#26
CalderLund merged 2 commits intomainfrom
calderlund--fullbleed-icon

Conversation

@CalderLund
Copy link
Collaborator

Summary

  • Rebuilt the apple-touch-icon from scratch instead of flood-filling the old one
  • Previous version left anti-aliased artifacts from the original rounded-rect edge
  • New approach: extract logo via hard-thresholded alpha, blur for smooth edges, composite onto clean solid purple

Test plan

  • Delete and re-add the iOS home screen bookmark — icon should have no white or lighter border

🤖 Generated with Claude Code

CalderLund and others added 2 commits February 21, 2026 11:09
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Previous flood-fill approach left anti-aliased artifacts from the old
rounded-rect edge. This version extracts the logo via hard-thresholded
alpha, applies a slight blur for smooth edges, and composites onto a
clean solid purple background.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CalderLund CalderLund merged commit 52d084b into main Feb 21, 2026
3 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