Skip to content

docs(readme): fix Resolution ladder text overflow in masthead SVG#1042

Merged
abrichr merged 1 commit into
mainfrom
docs-readme-masthead-ladder-fix
Jul 21, 2026
Merged

docs(readme): fix Resolution ladder text overflow in masthead SVG#1042
abrichr merged 1 commit into
mainfrom
docs-readme-masthead-ladder-fix

Conversation

@abrichr

@abrichr abrichr commented Jul 21, 2026

Copy link
Copy Markdown
Member

Follow-up to #1041. The "Resolution ladder" box in media/openadapt-hero.svg had a larger gap between its heading and its body text than the sibling boxes, and the third line overflowed the box.

Cause: the ladder box is the only box with multi-line body text, and those lines started at y+68 instead of the y+50 baseline every sibling box's subtitle uses. That gave a 38px heading-to-body gap (vs 20px elsewhere) and placed the third line at y=394, past the box bottom at y=388.

Fix: start the ladder body lines at y+50 like the other boxes. The three lines now sit at y=346 / 361 / 376, matching the sibling heading-to-body gap and fitting inside the 92px box with the same internal padding. The diff is exactly those three text baselines; nothing else changes.

Checked while in there: the ladder is the only multi-line box; all other boxes already use the consistent y+30 title / y+50 subtitle spacing, and every box's body text sits within its bounds at the rendered size (verified in both light and dark re-renders).

Re-rendered light + dark for review. README/SVG only, no em dashes.

The Resolution ladder box was the only box using multi-line body text, and
those lines started at y+68 instead of the y+50 baseline used by every sibling
box's subtitle. That produced a 38px heading-to-body gap (vs 20px elsewhere)
and pushed the third line to y=394, past the box bottom at y=388, so the text
overflowed. Start the ladder body lines at y+50 like the other boxes: the three
lines now sit at y=346/361/376, matching the sibling gap and fitting inside the
92px box with the same internal padding. Only those three text baselines change;
all other boxes were already consistent and their body text sits within bounds.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
@abrichr
abrichr merged commit b34cea2 into main Jul 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant