Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2019-02-01 16:35:29 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b03d41a18f87197cf57509ca8ee8d4b24a466632
b03d41a1
1 parent
84bc9ef9
Remove deflate from all tests
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/test/complex_test.dart
pdf/test/complex_test.dart
View file @
b03d41a
...
...
@@ -27,7 +27,7 @@ void main() {
var
img
=
Uint32List
(
10
*
10
);
img
.
fillRange
(
0
,
img
.
length
-
1
,
0x12345678
);
var
pdf
=
PdfDocument
(
deflate:
zlib
.
encode
);
var
pdf
=
PdfDocument
();
pdf
.
info
=
PdfInfo
(
pdf
,
author:
"David PHAM-VAN"
,
creator:
"David PHAM-VAN"
,
...
...
Please
register
or
login
to post a comment