Fix(brand): Correct the compliance seal's dash ring + arc-text geometry#211
Merged
Conversation
Claude Design QA pass on the seal, applied to both the light and navy variants. Colors, viewBox (240x240), mark path, and font stack unchanged. 1. Dashed inner ring bunched at 3 o'clock. stroke-dasharray='1.5 6' on an r=70 circle (circumference ~439.8) does not divide into a whole number of dashes, so the pattern seam collided with the accent dot. Normalized with pathLength='120' + stroke-dasharray='0.4 1.6' (exactly 60 uniform dashes) + stroke-dashoffset='1', seating a gap under the accent dots at 3 and 9 o'clock. Renderer-independent. 2. 'POLYCENTRIC LABS' crowded the dotted ring. Bottom text path r=78 -> 90 and top r=84 -> 81; because top glyphs rise outward and bottom glyphs rise inward, both cap-bands now centre on the same mid-radius (~r86.5) of the cream-ring(103)/dotted-ring(70) channel. 3. 'EVIDENTIA' read optically left. Text on a curved baseline is not optically centred by its bounding box, so the top textPath is nudged clockwise (startOffset 50% -> 51.3%). The bottom returns to 50% because its previous 51.8% compensation was tuned for the superseded r=78 path. The Evidentia design system's brand card (Claude Design) was updated in lockstep so the documented seal matches these shipped assets.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
allenfbyrd
enabled auto-merge
July 21, 2026 03:38
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.
A Claude Design QA pass on the Evidentia compliance seal, applied to both the
light and navy variants. Art-only: colors, viewBox (240x240), the mark path,
and the font stack are unchanged.
Three defects fixed
Dashed inner ring bunched at 3 o'clock.
stroke-dasharray="1.5 6"on anr=70circle (circumference ~439.8) does not divide into a whole number ofdashes, so the pattern's seam collided with the accent dot.
Fix:
pathLength="120"+stroke-dasharray="0.4 1.6"(exactly 60 uniformdashes) +
stroke-dashoffset="1", seating a gap under the accent dots at3 and 9 o'clock. Renderer-independent — no seam.
"POLYCENTRIC LABS" crowded the dotted ring. Bottom text-path
r=78 -> 90and top
r=84 -> 81. Because top glyphs rise outward from their baseline andbottom glyphs rise inward, these different radii place both text bands
centered on the same mid-radius (~r86.5) of the cream-ring(103) /
dotted-ring(70) channel.
"EVIDENTIA" read optically left. Text on a curved baseline is not
optically centered by its bounding box (arc curvature throws perceived weight
counter-clockwise). Top
startOffset 50% -> 51.3%. The bottom returns to50%because its previous51.8%compensation was tuned for the supersededr=78path.Notes
fixes present, palette and geometry outside the seal untouched.
inline for both variants; it was updated in lockstep so the documented seal
matches these shipped assets.