From: Brendan Dahl Date: Fri, 28 Oct 2011 21:11:14 +0000 (-0700) Subject: Add the alpha trans test pdf. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=11b843325b6e3412e67bdd98f884cf8567744f0a;p=pdf.js.git Add the alpha trans test pdf. --- diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index e7eb0da..09618a7 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -12,4 +12,5 @@ !rotation.pdf !simpletype3font.pdf !sizes.pdf +!alphatrans.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index d7ac34c..1d51c93 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -217,5 +217,11 @@ "link": false, "rounds": 1, "type": "eq" + }, + { "id": "alphatrans", + "file": "pdfs/alphatrans.pdf", + "link": false, + "rounds": 1, + "type": "eq" } ]