chore(logo): commit the rendered PNGs, and correct what the mark is - #110
Merged
Conversation
GitHub will not take an SVG for a social preview or an avatar, so those two surfaces have been empty while three perfectly good vectors sat next to them. Adds the raster sizes each one wants, generated from agentmetry-icon.svg rather than drawn, so the mark cannot drift. The README described a mark that no longer exists: "radar-ring observability", "audit-log lines, radar sweep arc". The icon is a chevron A with a dot, and its own source comment says why: one idea, so it survives at 16px. A brand file that describes the previous design is the same failure this repo keeps finding in its own documents, so it now says what the file actually contains. Also records why the social card uses a system font stack instead of Inter. The renderer cannot be relied on to have a webfont, and a missing face drops the wordmark silently rather than loudly. 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
GitHub will not accept an SVG for a social preview or an avatar. Both surfaces have therefore been empty while three perfectly good vectors sat next to them.
Adds the raster sizes each surface wants, generated from
agentmetry-icon.svgwith sharp rather than drawn by hand, so the mark cannot drift between formats. The command is in the README.social-preview.pngavatar-dark.pngavatar-orange.pngThe README described a mark that no longer exists
It said "radar-ring observability mark" with "audit-log lines, radar sweep arc". The icon is a chevron A with a dot, and its own source comment says why: one idea, so it survives at 16px, and the dot is both the letter's counter and a flight recorder's record light.
A brand file describing the previous design is the same drift this repo keeps catching in its own documents. It now says what the file actually contains.
One thing worth recording
The social card uses a system font stack (Segoe UI, Arial, Helvetica) rather than Inter. The renderer cannot be relied on to have a webfont installed, and a missing face drops the wordmark silently rather than failing. Noted in the README so whoever regenerates this in six months does not spend an hour on it.
48 KB total.
🤖 Generated with Claude Code