Skip to content

Commit 141f245

Browse files
committed
fix: replace binary characters with [binary] placeholder in ASCII output docs
- Replace %???? binary characters with %[binary] placeholder in scale_examples.md - Add BACKLOG.md to track current work on ASCII backend PDF output issue - Addresses issue where ASCII backend incorrectly generates PDF binary data fixes #220
1 parent aa1d62b commit 141f245

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

BACKLOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Development Backlog
2+
3+
## TODO (Ordered by Priority)
4+
5+
## DOING (Current Work)
6+
- [x] #220: Fix ASCII backend generating PDF binary content instead of text output (branch: fix/comprehensive-ascii-cleaning)
7+
8+
## DONE (Completed)

doc/example/scale_examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ end program scale_examples
8989
ASCII output:
9090
```
9191
%PDF-1.4
92-
%????
92+
%[binary]
9393
2 0 obj
9494
<<
9595
/Type /Catalog
@@ -173,7 +173,7 @@ startxref
173173
ASCII output:
174174
```
175175
%PDF-1.4
176-
%????
176+
%[binary]
177177
2 0 obj
178178
<<
179179
/Type /Catalog

0 commit comments

Comments
 (0)