⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@jsjgdh
Copy link
Contributor

@jsjgdh jsjgdh commented Jan 12, 2026

This PR fixes a bug in which the text bound box didn't work as intended when only one of Max Width or Max Height were set. The box would wrongly clamp to the text's rendered size instead of the specified maximum dimension. Fixes #3626.

before :-
Screenshot 2026-01-12 212044

Now:-
Screenshot 2026-01-12 212220

@Keavon
Copy link
Member

Keavon commented Jan 13, 2026

!build

@github-actions
Copy link

📦 Build Complete for 4a06fed
https://42dbd169.graphite.pages.dev

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.

The box area of text is displayed wrong if EITHER max width or max height is active, but works if both are

2 participants