You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextFrame(feat[overflow_behavior]): Add truncate mode for content overflow
why: Allow flexible handling of oversized content - either error with
visual diagnostic or silently truncate to fit.
what:
- Add OverflowBehavior type alias for "error" | "truncate"
- Add overflow_behavior parameter with default "error" (backward compatible)
- Implement truncate logic to clip width and height
- Update docstrings to reflect new behavior
0 commit comments