Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ import 'package:test/test.dart'; | @@ -23,7 +23,7 @@ import 'package:test/test.dart'; | ||
23 | 23 | ||
24 | void main() { | 24 | void main() { |
25 | test('Pdf Minimal', () { | 25 | test('Pdf Minimal', () { |
26 | - final PdfDocument pdf = PdfDocument(); | 26 | + final PdfDocument pdf = PdfDocument(compress: false); |
27 | final PdfPage page = PdfPage(pdf, pageFormat: PdfPageFormat.a4); | 27 | final PdfPage page = PdfPage(pdf, pageFormat: PdfPageFormat.a4); |
28 | 28 | ||
29 | final PdfGraphics g = page.getGraphics(); | 29 | final PdfGraphics g = page.getGraphics(); |
-
Please register or login to post a comment