diff --git a/pdf.js b/pdf.js index 03cb16126..63a948df1 100644 --- a/pdf.js +++ b/pdf.js @@ -4136,7 +4136,7 @@ var CanvasGraphics = (function() { } }, setLeadingMoveText: function(x, y) { - this.setLeading(-y); + this.setLeading(y); this.moveText(x, y); }, setTextMatrix: function(a, b, c, d, e, f) {