mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #3391 from brendandahl/font-cache
Cache fonts by reference.
This commit is contained in:
commit
07fb66dcb4
5 changed files with 62 additions and 21 deletions
2
test/pdfs/issue2984.pdf.link
Normal file
2
test/pdfs/issue2984.pdf.link
Normal file
|
@ -0,0 +1,2 @@
|
|||
http://computation.llnl.gov/casc/sapphire/pubs/denoising.pdf
|
||||
|
|
@ -1088,6 +1088,15 @@
|
|||
"type": "eq",
|
||||
"about": "Has a 4 bit per component image with mask and decode."
|
||||
},
|
||||
{ "id": "issue2984",
|
||||
"file": "pdfs/issue2984.pdf",
|
||||
"md5": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq",
|
||||
"lastPage": 1,
|
||||
"about": "Type3 fonts with lots of switching between them."
|
||||
},
|
||||
{ "id": "bug808084",
|
||||
"file": "pdfs/bug808084.pdf",
|
||||
"md5": "b1c400de699af29ea3f1983bb26870ab",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue