mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Merge pull request #7106 from Snuffleupagus/issue-7101
Keep track of the character to glyph mapping in font_renderer.js, to prevent errors when different characters point to the same glyph (issue 7101)
This commit is contained in:
commit
ff3ce973b8
4 changed files with 31 additions and 16 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -21,6 +21,7 @@
|
|||
!issue6782.pdf
|
||||
!issue6961.pdf
|
||||
!issue7020.pdf
|
||||
!issue7101.pdf
|
||||
!issue7115.pdf
|
||||
!filled-background.pdf
|
||||
!ArabicCIDTrueType.pdf
|
||||
|
|
BIN
test/pdfs/issue7101.pdf
Normal file
BIN
test/pdfs/issue7101.pdf
Normal file
Binary file not shown.
|
@ -1263,6 +1263,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7101",
|
||||
"file": "pdfs/issue7101.pdf",
|
||||
"md5": "cc9cabe12ac9ad49e5372ef33d10aeb4",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "pr4606",
|
||||
"file": "pdfs/pr4606.pdf",
|
||||
"md5": "6574fde2314648600056bd0e229df98c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue