Skip to content

Commit 2db7c3f

Browse files
committed
Add blank line before XObject-coverage list in README
Codacy markdownlint flagged the bullet list under "XObject coverage:" for missing a leading blank line (lists should be surrounded by blank lines). Single-line fix.
1 parent b064aed commit 2db7c3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openpdf-renderer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ PDF content-stream operators — sufficient for typical text + vector PDFs:
113113
| Marked content / compatibility (no-op) | `BMC`, `BDC`, `EMC`, `MP`, `DP`, `BX`, `EX` |
114114

115115
XObject coverage:
116+
116117
- Form XObjects render recursively, applying their own `/Matrix` and `/BBox`
117118
under the current CTM with full state save/restore.
118119
- Image XObjects decode via `ImageIO` for JPEG (`DCTDecode`) and JPEG 2000

0 commit comments

Comments
 (0)