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
2025-02-12 16:06:48 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4686e19bc4b04fbc9359102a01356b0da50d1597
4686e19b
1 parent
6e69cfca
Fix CMYK
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/src/pdf/obj/graphic_stream.dart
pdf/lib/src/pdf/obj/graphic_stream.dart
View file @
4686e19
...
...
@@ -134,7 +134,7 @@ mixin PdfGraphicStream on PdfObject<PdfDict> {
resources
[
'/XObject'
]
=
PdfDict
.
fromObjectMap
(
xObjects
);
}
if
(
pdfDocument
.
hasGraphicStates
)
{
if
(
pdfDocument
.
hasGraphicStates
&&
!
params
.
containsKey
(
'/Group'
)
)
{
// Declare Transparency Group settings
params
[
'/Group'
]
=
PdfDict
.
values
({
'/Type'
:
const
PdfName
(
'/Group'
),
...
...
Please
register
or
login
to post a comment