mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
trivial spelling fixes
This commit is contained in:
parent
11381cdb0f
commit
6f03f62327
19 changed files with 26 additions and 26 deletions
|
@ -30,7 +30,7 @@ function buildSVG(viewport, textContent) {
|
|||
|
||||
// processing all items
|
||||
textContent.items.forEach(function (textItem) {
|
||||
// we have to take in account viewport transform, which incudes scale,
|
||||
// we have to take in account viewport transform, which includes scale,
|
||||
// rotation and Y-axis flip, and not forgetting to flip text.
|
||||
var tx = PDFJS.Util.transform(
|
||||
PDFJS.Util.transform(viewport.transform, textItem.transform),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue