From: Brendan Dahl Date: Mon, 31 Oct 2011 15:51:45 +0000 (-0700) Subject: Merge upstream X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3592baf39cd981064158c8e029a5cc2170a797de;p=pdf.js.git Merge upstream --- 3592baf39cd981064158c8e029a5cc2170a797de diff --cc test/pdfs/.gitignore index 09618a7,49267e3..443cb15 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@@ -12,5 -12,4 +12,6 @@@ !rotation.pdf !simpletype3font.pdf !sizes.pdf + !close-path-bug.pdf +!alphatrans.pdf + diff --cc test/test_manifest.json index 1d51c93,4837dd2..25f609e --- a/test/test_manifest.json +++ b/test/test_manifest.json @@@ -218,10 -218,9 +218,15 @@@ "rounds": 1, "type": "eq" }, + { "id": "close-path-bug", + "file": "pdfs/close-path-bug.pdf", + "rounds": 1, + "type": "eq" ++ }, + { "id": "alphatrans", + "file": "pdfs/alphatrans.pdf", + "link": false, + "rounds": 1, + "type": "eq" } ]