Commit ddcb087
committed
fix(examples): the deck called the PPTX backend a manifest skeleton
render-pptx ships two backends: PptxSemanticBackend, the slide-safe skeleton,
and PptxFixedLayoutBackend, which implements FixedLayoutRenderer and is
discovered through FixedLayoutBackendProvider exactly as the PDF backend is.
The module table listed render-pptx as "manifest only" and the architecture
proof card said PPTX was a skeleton, contradicting the deck's own first page,
which already labels render-pptx "fixed layout", and the capability matrix,
which gives PPTX (fixed) a column beside PDF.
The deck is republished by this change, so it was about to carry that
understatement of the engine's own capability into the release assets again.1 parent e3ecaa8 commit ddcb087
6 files changed
Lines changed: 8 additions & 8 deletions
File tree
- assets/readme/examples
- examples/src
- main/java/com/demcha/examples/flagships
- test/resources/layout-snapshots/flagships
- web/showcase/pdf/flagships/default
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
| 493 | + | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5005 | 5005 | | |
5006 | 5006 | | |
5007 | 5007 | | |
5008 | | - | |
| 5008 | + | |
5009 | 5009 | | |
5010 | 5010 | | |
5011 | 5011 | | |
5012 | | - | |
| 5012 | + | |
5013 | 5013 | | |
5014 | 5014 | | |
5015 | 5015 | | |
| |||
5065 | 5065 | | |
5066 | 5066 | | |
5067 | 5067 | | |
5068 | | - | |
| 5068 | + | |
5069 | 5069 | | |
5070 | 5070 | | |
5071 | 5071 | | |
5072 | | - | |
| 5072 | + | |
5073 | 5073 | | |
5074 | 5074 | | |
5075 | 5075 | | |
| |||
6235 | 6235 | | |
6236 | 6236 | | |
6237 | 6237 | | |
6238 | | - | |
| 6238 | + | |
6239 | 6239 | | |
6240 | 6240 | | |
6241 | 6241 | | |
6242 | | - | |
| 6242 | + | |
6243 | 6243 | | |
6244 | 6244 | | |
6245 | 6245 | | |
| |||
Binary file not shown.
Binary file not shown.
0 commit comments