mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 01:28:06 +02:00
address review comment
This commit is contained in:
parent
adb619941c
commit
a5237dd60e
1 changed files with 1 additions and 1 deletions
2
pdf.js
2
pdf.js
|
@ -4016,7 +4016,7 @@ var CanvasGraphics = (function() {
|
|||
|
||||
ctx.transform.apply(ctx, current.textMatrix);
|
||||
ctx.scale(1, -1);
|
||||
ctx.translate(current.x, -1 * current.y);
|
||||
ctx.translate(current.x, -current.y);
|
||||
|
||||
var font = current.font;
|
||||
ctx.transform.apply(ctx, font.textMatrix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue