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
Image border round-trip: spurious black borders removed — Parsed image borders without an explicit fill no longer gain a default black solidFill schemeClr tx1 on save. The generator now distinguishes parser-created borders from programmatic setBorder() calls.
Image border round-trip: zero-width a:ln preserved — Zero-width or absent-width <a:ln> elements (including Word's explicit "no border" declaration) are now preserved via raw XML passthrough instead of being silently dropped.
Image border round-trip: spPr-level a:noFill preserved — Shape property <a:noFill/> is now preserved independently from border presence.
Performance benchmark thresholds relaxed — Timing-sensitive performance benchmarks no longer flake under load.
Added
ensureTopLinksAbove1x1Tables() — New Document method that automatically inserts "Top of the Document" hyperlinks above 1x1 tables that are missing them (skips the first 1x1 table). Idempotent, with configurable display text and formatting.