diff --git a/pdf.js b/pdf.js index f0e58b1b7..12ab5acc3 100644 --- a/pdf.js +++ b/pdf.js @@ -3862,6 +3862,7 @@ var CanvasGraphics = (function() { // TODO: apply charSpacing, wordSpacing, textHScale this.ctx.save(); + this.ctx.transform.apply(this.ctx, this.current.textMatrix); this.ctx.scale(1, -1); if (this.ctx.$showText) {