address review comments
This commit is contained in:
parent
f6eb9cecd3
commit
6fecf59ca7
2
pdf.js
2
pdf.js
@ -3936,7 +3936,7 @@ var CanvasGraphics = (function() {
|
||||
ctx.$showText(current.y, Fonts.charsToUnicode(text));
|
||||
} else {
|
||||
text = Fonts.charsToUnicode(text);
|
||||
ctx.translate(this.current.x, -1 * this.current.y);
|
||||
ctx.translate(current.x, -1 * current.y);
|
||||
|
||||
var font = this.current.font;
|
||||
if (font)
|
||||
|
Loading…
Reference in New Issue
Block a user