From: Vivien Nicolas <21@vingtetun.org> Date: Fri, 1 Jul 2011 05:24:48 +0000 (+0200) Subject: Fix TrueType bustage X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=22264c07c89f0539fc274fb6db0cf632b61adcc3;p=pdf.js.git Fix TrueType bustage --- diff --git a/pdf.js b/pdf.js index f0e58b1..12ab5ac 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) {