]> git.parisson.com Git - pdf.js.git/commitdiff
Revert a change from the narrow hack
authorVivien Nicolas <21@vingtetun.org>
Wed, 7 Sep 2011 18:18:02 +0000 (20:18 +0200)
committerVivien Nicolas <21@vingtetun.org>
Wed, 7 Sep 2011 18:18:02 +0000 (20:18 +0200)
pdf.js

diff --git a/pdf.js b/pdf.js
index 7970b0fac1b4631ac6abc4fb2d5dd21083cc1297..5b0558940a5c3ade25e4c81b58e5c71c41935779 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -4899,7 +4899,7 @@ var CanvasGraphics = (function() {
       // This is a poor simulation for Arial Narrow while font-stretch
       // is not implemented (bug 3512)
       if (current.font.narrow) {
-        textHScale += 0.6;
+        textHScale += 0.2;
         charSpacing -= (0.09 * current.fontSize);
       }