@silurus/ooxml 0.60.0 → 0.60.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -456,7 +456,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
456
456
  | | Right-to-left table column order (`w:bidiVisual`, §17.4.1) | ✅ |
457
457
  | | Math equations (OMML `m:oMath` / `m:oMathPara`, rendered via MathJax — opt-in `@silurus/ooxml/math`) | ✅ |
458
458
  | | Images (inline and anchored, with text wrap) | ✅ |
459
- | | Text boxes / drawing shapes | ✅ |
459
+ | | Text boxes / drawing shapes (`wps:txbx`, `a:prstGeom` — 186 preset geometries via the shared engine; connector arrow heads `headEnd` / `tailEnd` (§20.1.8.3) and `prstDash` dash patterns (§20.1.8.48)) | ✅ |
460
460
  | | WMF / EMF metafile images (legacy vector) | ❌ Not planned |
461
461
  | **Advanced** | Footnotes — reference markers + bottom-of-page bodies with separator rule, numbered (`w:footnoteReference` / `w:footnoteRef`, §17.11) | ✅ |
462
462
  | | Endnotes — reference markers + bodies at document end (`w:endnoteReference`, §17.11) | ✅ |