diff --git a/PROGRESS.md b/PROGRESS.md index c95b00c..73d71a6 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -56,6 +56,26 @@ and until now nothing set them. --- +## 2026-09-10 — App name, and a transparent icon + +Title is `iPodderX` in the browser tab and the sidebar. The heading's `text-transform: uppercase` +had to go with it, or the camel case would have rendered as `IPODDERX`. + +The icon's white background is gone. A blanket `-transparent white` would have punched holes +straight through the device, whose body is also white — so the background is flood-filled inward +from all four corners at 12% fuzz, which only clears the *connected* region and stops at the dark +outline. Then trimmed and scaled to 128px. + +Checked by compositing onto the real `#0e131b` rather than trusting the alpha channel: no white +plate, and no pale fringe from the JPEG artifacts along the outline. The `.logo` rule lost its +`background:#fff` plate and switched to `object-fit:contain`. + +Both files are tracked: `ipodderx-icon.jpg` is the untouched archival original, `ipodderx-icon.png` +the transparent version derived from it, so the provenance chain survives. The PNG is embedded as a +data URI for the sidebar mark and the favicon. + +--- + ## 2026-09-10 — Colour scheme derived from the icon Palette sampled from `web/ipodderx-icon.jpg` with ImageMagick rather than eyeballed. The icon gives diff --git a/web/index.html b/web/index.html index c07b0b9..0d8a71f 100644 --- a/web/index.html +++ b/web/index.html @@ -4,8 +4,8 @@ -ipx - +iPodderX +