diff --git a/pdf.js b/pdf.js index 85e0c841f..e388fc499 100644 --- a/pdf.js +++ b/pdf.js @@ -4207,7 +4207,7 @@ var CanvasGraphics = (function() { this.current.y = this.current.lineY = 0; }, nextLine: function() { - this.moveText(0, this.current.leading); + this.moveText(0, -this.current.leading); }, showText: function(text) { // TODO: apply charSpacing, wordSpacing, textHScale