mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Merge pull request #9206 from janpe2/svg-inv-images
Fix inverted 1-bit images in SVG backend
This commit is contained in:
commit
e320243870
4 changed files with 13 additions and 6 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -119,6 +119,7 @@
|
|||
!issue5084.pdf
|
||||
!issue8960_reduced.pdf
|
||||
!issue5202.pdf
|
||||
!images_1bit_grayscale.pdf
|
||||
!issue5280.pdf
|
||||
!issue5677.pdf
|
||||
!issue5954.pdf
|
||||
|
|
BIN
test/pdfs/images_1bit_grayscale.pdf
Normal file
BIN
test/pdfs/images_1bit_grayscale.pdf
Normal file
Binary file not shown.
|
@ -2017,6 +2017,12 @@
|
|||
"type": "eq",
|
||||
"about": "Type1 font where Length1/Length2 are several orders of magnitude too large."
|
||||
},
|
||||
{ "id": "images_1bit_grayscale",
|
||||
"file": "pdfs/images_1bit_grayscale.pdf",
|
||||
"md5": "e1c36a19563944891bd30cfc0199d07f",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "html5checker",
|
||||
"file": "pdfs/html5checker.pdf",
|
||||
"md5": "74bbd80d1e7eb5f2951582233ef9ebab",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue