mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #16033 from calixteman/bug1640217
Ignore position of combining diacritics when getting text (bug 1640217)
This commit is contained in:
commit
972744a68f
2 changed files with 39 additions and 1 deletions
|
@ -2821,7 +2821,7 @@ class PartialEvaluator {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!compareWithLastPosition()) {
|
||||
if (!category.isZeroWidthDiacritic && !compareWithLastPosition()) {
|
||||
// The glyph is not in page so just skip it.
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue