From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 15 Sep 2011 18:07:38 +0000 (+0200) Subject: Merge remote branch 'upstream/master' into metrics X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a217e7a121c473f45da114393049a3f00107b63c;p=pdf.js.git Merge remote branch 'upstream/master' into metrics --- a217e7a121c473f45da114393049a3f00107b63c diff --cc fonts.js index beecf04,7d51e2c..aae775d --- a/fonts.js +++ b/fonts.js @@@ -2601,10 -2571,10 +2606,10 @@@ var Type2CFF = (function() } else if (value <= 254) { return -((value - 251) * 256) - dict[pos++] - 108; } else { - error('Incorrect byte'); + error('255 is not a valid DICT command'); } return -1; - }; + } function parseFloatOperand() { var str = '';