mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #11158 from janpe2/gradient-stops
Avoid floating point inaccuracy in gradient color stops
This commit is contained in:
commit
3da680cdfc
4 changed files with 13 additions and 6 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -161,6 +161,7 @@
|
|||
!issue4402_reduced.pdf
|
||||
!issue845r.pdf
|
||||
!issue3405r.pdf
|
||||
!issue7339_reduced.pdf
|
||||
!issue3438.pdf
|
||||
!issue2074.pdf
|
||||
!scan-bad.pdf
|
||||
|
|
BIN
test/pdfs/issue7339_reduced.pdf
Normal file
BIN
test/pdfs/issue7339_reduced.pdf
Normal file
Binary file not shown.
|
@ -1872,6 +1872,12 @@
|
|||
"link": true,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue7339",
|
||||
"file": "pdfs/issue7339_reduced.pdf",
|
||||
"md5": "7092ab6a1acc31db9d1caaa0447334a0",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1142033",
|
||||
"file": "pdfs/bug1142033.pdf",
|
||||
"md5": "1d9afd397e89a0f52c056f449ec93daa",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue