@silurus/ooxml 0.59.3 → 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
@@ -8,8 +8,6 @@
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/@silurus/ooxml.svg)](https://www.npmjs.com/package/@silurus/ooxml)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@silurus/ooxml.svg)](https://www.npmjs.com/package/@silurus/ooxml)
11
- [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/silurus.office-open-xml-viewer?label=VS%20Code&logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=silurus.office-open-xml-viewer)
12
- [![VS Code installs](https://img.shields.io/visual-studio-marketplace/i/silurus.office-open-xml-viewer?label=installs)](https://marketplace.visualstudio.com/items?itemName=silurus.office-open-xml-viewer)
13
11
  [![license](https://img.shields.io/npm/l/@silurus/ooxml.svg)](./LICENSE)
14
12
 
15
13
  **[Live demo](https://ooxml.silurus.dev)**
@@ -458,7 +456,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
458
456
  | | Right-to-left table column order (`w:bidiVisual`, §17.4.1) | ✅ |
459
457
  | | Math equations (OMML `m:oMath` / `m:oMathPara`, rendered via MathJax — opt-in `@silurus/ooxml/math`) | ✅ |
460
458
  | | Images (inline and anchored, with text wrap) | ✅ |
461
- | | 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)) | ✅ |
462
460
  | | WMF / EMF metafile images (legacy vector) | ❌ Not planned |
463
461
  | **Advanced** | Footnotes — reference markers + bottom-of-page bodies with separator rule, numbered (`w:footnoteReference` / `w:footnoteRef`, §17.11) | ✅ |
464
462
  | | Endnotes — reference markers + bodies at document end (`w:endnoteReference`, §17.11) | ✅ |