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
docs(pptx): say what a partial capability actually costs (#445)
The module README carried the same overstatement the release notes did: it
described all ten partial capabilities as rendering "natively with an
approximated styling detail". Reading the matrix rows rather than the count shows
only some are that. The others lose content the format cannot carry — bookmarks
after the first on a slide are dropped, parts of an inline SVG fall back to a
transparent PNG, and the metadata producer value has no OPC field.
The opening sentence also lumped "links and navigation" together as native. Links
are: hyperlinks and internal slide jumps render as real PowerPoint links.
Bookmarks are the degraded half, so a reader with a bookmark-heavy document was
told the wrong thing about the one part that loses data.
Split the summary so the partial group is not characterised as one thing, list
the three content-losing cases under limitations, and record the clip raster's
resolution behaviour — it targets a 2048-pixel long edge clamped between native
size and 4x, which the matrix has carried since the clamp landed but this page
did not.
0 commit comments