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
2022-07-22 06:09:35 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52248678910fc2a08f338ab0e187a0f563291cb5
52248678
1 parent
0297922e
Remove debug print statements
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/lib/src/pdf/obj/diagnostic.dart
pdf/CHANGELOG.md
View file @
5224867
...
...
@@ -4,6 +4,7 @@
-
Fix Compressed Cross-Reference ID
-
Fix exif orientation
[
deepak786
]
-
Remove debug print statements
## 3.8.1
...
...
pdf/lib/src/pdf/obj/diagnostic.dart
View file @
5224867
...
...
@@ -42,7 +42,6 @@ mixin PdfDiagnostic {
if
(
_offset
!=
null
)
{
final
o
=
PdfStream
();
_properties
.
forEach
(
o
.
putComment
);
_properties
.
forEach
(
print
);
final
b
=
o
.
output
();
os
.
setBytes
(
_offset
!,
...
...
Please
register
or
login
to post a comment