mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
[api-minor] Don't add in the text content the chars which are out-of-page (bug 1755201)
- it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1755201; - if the glyph position is not within the view then skip it.
This commit is contained in:
parent
78246719f8
commit
18e3a98c2b
5 changed files with 58 additions and 13 deletions
|
@ -471,6 +471,7 @@ class Page {
|
|||
includeMarkedContent,
|
||||
combineTextItems,
|
||||
sink,
|
||||
viewBox: this.view,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue