From: Vivien Nicolas <21@vingtetun.org> Date: Wed, 7 Sep 2011 18:18:02 +0000 (+0200) Subject: Revert a change from the narrow hack X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=92081af8968ac6123797eab838e0e5bd5e4190a9;p=pdf.js.git Revert a change from the narrow hack --- diff --git a/pdf.js b/pdf.js index 7970b0f..5b05589 100644 --- 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); }