Use the real CipherGate artwork - #1
Merged
Merged
Conversation
Replaces the monoline SVG redraw with the source rendering — the metallic vault door, the glow behind the keyhole, the circuit traces and the wordmark, none of which survive being reduced to strokes. Cropped into two assets: the shield alone for the header, the full lockup for the login card. The source has no alpha, just a near-black backdrop that would otherwise show as a slightly-wrong rectangle against the panel, so it is keyed out with a soft luminance ramp that preserves the glow's falloff. Threshold measured from this specific file rather than reused — its backdrop reads up to 7, against 10 for the sibling artwork. Served from /assets as files rather than inlined as data URIs: cacheable, readable CSS, and same-origin so the no-external-requests rule holds. The SVG template and renderMarks() are removed rather than left dead, and a test asserts both files return a PNG signature and a sane length — a binary served down a text path fails quietly. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the monoline SVG redraw with the source rendering — vault door, glow, circuit traces, wordmark.
Cropped into a header mark and a login lockup. The source has no alpha, just a near-black backdrop that would show as a slightly-wrong rectangle against the panel, so it's keyed out with a soft luminance ramp preserving the glow's falloff. Threshold measured from this file rather than reused: its backdrop reads ≤7, against ≤10 for the sibling artwork.
Served from
/assetsas files, not data URIs — cacheable, readable CSS, same-origin so the no-external-requests rule holds.SVG template and
renderMarks()removed rather than left dead. A test asserts both files return a PNG signature and a sane length.469 tests green.
🤖 Generated with Claude Code