Showing
1 changed file
with
1 additions
and
1 deletions
@@ -57,7 +57,7 @@ class PdfObjectStream extends PdfObject { | @@ -57,7 +57,7 @@ class PdfObjectStream extends PdfObject { | ||
57 | 57 | ||
58 | if (_data == null) { | 58 | if (_data == null) { |
59 | if (isBinary) { | 59 | if (isBinary) { |
60 | - // This is a Ascii85 stream | 60 | + // This is an Ascii85 stream |
61 | final e = Ascii85Encoder(); | 61 | final e = Ascii85Encoder(); |
62 | _data = e.convert(buf.output()); | 62 | _data = e.convert(buf.output()); |
63 | params['/Filter'] = const PdfName('/ASCII85Decode'); | 63 | params['/Filter'] = const PdfName('/ASCII85Decode'); |
-
Please register or login to post a comment