Round the web favicon / tab icons to match the rail logo #243
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-learn!243
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/243/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the browser favicon, tab icon, and PWA icons render as a rounded tile, matching the rounded rail logo shipped in #242.
What changed
assets/icon/halkyon_icon_rounded.png— the square source clipped to a ~22% rounded rect with transparent corners.flutter_launcher_iconsweb config now generates web icons from the rounded source (web.image_path). iOS/Android keep the square source — they apply their own squircle/adaptive masks, so a pre-rounded source there would double-round.Icon-192/512,Icon-maskable-192/512) now have rounded, transparent corners.web/favicon.pngreplaced with a rounded 32×32 (the tool only emits a square, opaque 16×16, which would stay square);index.htmlfavicon<link>updated tosizes="32x32".pubspec.yamldocument the rounded-web rationale and the manual favicon post-step so a future regen re-applies it.Web-only; no app/runtime code touched.
🤖 Generated with Claude Code