From: notmasteryet Date: Tue, 27 Mar 2012 02:17:16 +0000 (-0500) Subject: Merge pull request #1406 from 'bdahl/string_fontname' X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=19bc96a61713f7add725a2b3e60f4b43d1c261e1;p=pdf.js.git Merge pull request #1406 from 'bdahl/string_fontname' Fix string font names. --- 19bc96a61713f7add725a2b3e60f4b43d1c261e1 diff --cc test/pdfs/.gitignore index ef1f683,0435a86..c8b008d --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@@ -25,7 -25,7 +25,8 @@@ !issue1249.pdf !smaskdim.pdf !type4psfunc.pdf + !issue1350.pdf !S2.pdf !zerowidthline.pdf +!issue1002.pdf !issue925.pdf diff --cc test/test_manifest.json index 92b50d9,59f1339..a4c6def --- a/test/test_manifest.json +++ b/test/test_manifest.json @@@ -480,14 -480,12 +480,20 @@@ "link": true, "type": "eq" }, + { "id": "preistabelle", + "file": "pdfs/preistabelle.pdf", + "md5": "d2f0b2086160d4f3d325c79a5dc1fb4d", + "rounds": 1, + "pageLimit": 2, + "link": true, + "type": "eq" + }, + { "id": "issue1350", + "file": "pdfs/issue1350.pdf", + "md5": "92f72a04a4d9d05b2dd433b51f32ab1f", + "rounds": 1, + "type": "eq" + }, { "id": "issue925", "file": "pdfs/issue925.pdf", "md5": "f58fe943090aff89dcc8e771bc0db4c2",