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
fix(pptx): handle self-closing bodyPr in empty element handler for vertical alignment
Self-closing <a:bodyPr anchor="ctr"/> was only handled in handle_start
but not in handle_empty, causing vertical text alignment to be lost
when bodyPr had no child elements.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
0 commit comments