mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #13448 from Snuffleupagus/_setDefaultAppearance-alpha
Support strokeAlpha/fillAlpha when creating a fallback appearance stream (issue 6810)
This commit is contained in:
commit
a0ce3cb3b4
4 changed files with 108 additions and 15 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -124,6 +124,7 @@
|
|||
!bug1068432.pdf
|
||||
!issue12295.pdf
|
||||
!bug1146106.pdf
|
||||
!issue13447.pdf
|
||||
!bug1245391_reduced.pdf
|
||||
!bug1252420.pdf
|
||||
!bug1513120_reduced.pdf
|
||||
|
|
BIN
test/pdfs/issue13447.pdf
Normal file
BIN
test/pdfs/issue13447.pdf
Normal file
Binary file not shown.
|
@ -115,6 +115,19 @@
|
|||
"type": "eq",
|
||||
"about": "Causes cmap to be created with invalid glyph ids."
|
||||
},
|
||||
{ "id": "issue13447-eq",
|
||||
"file": "pdfs/issue13447.pdf",
|
||||
"md5": "a729709950d69ec1cfc516bf559e995d",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue13447-annotations",
|
||||
"file": "pdfs/issue13447.pdf",
|
||||
"md5": "a729709950d69ec1cfc516bf559e995d",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "bug946506",
|
||||
"file": "pdfs/bug946506.pdf",
|
||||
"md5": "c28911b5c31bdc337c2ce404c5971cfc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue