mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Support Blend Modes which are specified in an Array of Names (issue 11279)
According to the specification, the first *supported* Blend Mode should be choosen in this case; please see https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#G10.4848607
This commit is contained in:
parent
4a5a4328f4
commit
5c266f0e8c
4 changed files with 28 additions and 2 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -85,6 +85,7 @@
|
|||
!issue11045.pdf
|
||||
!issue11150_reduced.pdf
|
||||
!issue11242_reduced.pdf
|
||||
!issue11279.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!decodeACSuccessive.pdf
|
||||
!filled-background.pdf
|
||||
|
|
BIN
test/pdfs/issue11279.pdf
Normal file
BIN
test/pdfs/issue11279.pdf
Normal file
Binary file not shown.
|
@ -1512,6 +1512,13 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue11279",
|
||||
"file": "pdfs/issue11279.pdf",
|
||||
"md5": "03361d24f3ed63b93f77abf731f8fc73",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue8480",
|
||||
"file": "pdfs/issue8480.pdf",
|
||||
"md5": "769bc07bf8041d95667f2d32aaf75665",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue