fix(icons): make the full-form rasters transparent outside the ring #107
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!107
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/sirens-deep-transparent"
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?
Stacked on #106. Review and land that one first, this only touches the raster background.
The problem
The two full-form PNGs baked the dark field into a full square tile, so the marks could not drop onto any surface without dark corners.
That is not what the rest of this directory does. Three of the four existing org marks are transparent outside a circle just inside the ring's outer edge, so each render reads as a coin.
gaming.pngis the one exception, and it was the wrong model to copy.Measured on the committed files, alpha edge in the 500 canvas:
The change
Both full forms now carry a disc mask at r 214, with fully transparent pixels zeroed rather than left holding stale colour. Measured against
bridge.pngas the reference, the new outer alpha edge is 213.4 to 214.5 against its 213.7 to 214.1.What is deliberately not changed
The favicon rasters. Sibling favicons render straight from their SVG and keep the ink filter's ragged outer edge, 213.9 to 217.8 on
bridge-favicon.png, which a disc mask would flatten. Masking them was tried and reverted.The SVGs. Every sibling SVG carries an opaque field, and these still match.
gaming.pngitself. Fixing the sibling that started this is a separate call, and not this pull request's job.Checks
ward exec format-checkclean,ward exec buildsucceeds, full pre-commit gate passes. The diff is four raster files and nothing else.If this lands separately from #106, the marks there ship as square tiles, so the two belong together.
Companion in sirens-echo, same split: coilyco-gaming/sirens-echo#94.