fix(icons): land the water mark, lockup rename and transparent rasters #108
No reviewers
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
burndown-2026-06
burndown-2026-08
icebox
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilysiren/website!108
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/sirens-deep-mark"
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?
Lands work that was already reviewed and merged, but into the wrong place. Same ordering problem as coilyco-gaming/sirens-echo#96, with more missing here.
What happened
#107 was stacked on
feat/sirens-deep-markrather than onmain, as agreed. #106 merged that branch intomainbefore the branch had finished receiving work, so everything pushed to it afterwards never reachedmain.Both pull requests show as merged.
mainhas an early state of the branch.What is missing from main right now
sirens-deep.svgonmainis the S lockup. The canonical whale-only water mark, the one that became the mark in sirens-echo, is not there. Checked directly: the file has the S path and no water clip.-lockuprename.sirens-deep-lockup.*does not exist, so the two forms cannot be told apart and the filenames no longer match sirens-echo.sirens-deep.pngsamples(22, 19, 29, 255)at the corner, fully opaque, so it is a square tile rather than a coin. Three of the four sibling org marks are transparent outside r 214.What this brings over
The four stranded commits, unchanged and already reviewed. Net effect on
main:sirens-deep.svg/.png/.jpgsirens-deep-lockup.svg/.png/.jpgsirens-deep-favicon.*Both full forms get the disc mask so they read as coins. Favicons stay unmasked, matching the ragged ink edge their siblings have.
Nothing new is authored here.
Worth deciding separately
gaming.pngis the one sibling that is opaque where the other three are transparent. It is the reason the first pass here copied the wrong convention. Fixing it is a one-line regeneration but it is someone else's asset, so it is not in this pull request.