# PPTX Import Vertical Text / Shape Fix

alpha36-fix5 improves fidelity for PPTX files that contain Japanese vertical text inside PowerPoint process/timeline shapes.

## Fixed

- PowerPoint `bodyPr vert="eaVert"` text is no longer rendered as one Fabric textbox with line breaks.
- Vertical labels are rendered as centered glyph text objects to avoid clipping and incorrect wrapping.
- PPTX timeline shapes such as brackets, triangles and left-right arrows are approximated instead of being rendered as plain rectangles.

## Notes

This is a fidelity-first import fallback.  The logical original text is kept in `ssPptxLogicalText` / `importMeta` so later UnifiedSlide text-model work can rebind the glyphs into a single editable vertical text object.
