1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #2686 from vyv03354/bug770409

Implement vertical writing
This commit is contained in:
Brendan Dahl 2013-02-25 12:47:47 -08:00
commit a13f7964b1
9 changed files with 112 additions and 29 deletions

View file

@ -44,4 +44,5 @@
!noembed-jis7.pdf
!noembed-eucjp.pdf
!noembed-sjis.pdf
!vertical.pdf
!issue2099-1.pdf

BIN
test/pdfs/vertical.pdf Normal file

Binary file not shown.

View file

@ -923,6 +923,12 @@
"rounds": 1,
"type": "eq"
},
{ "id": "vertical",
"file": "pdfs/vertical.pdf",
"md5": "8a74d33504701edcefeef2afd022765e",
"rounds": 1,
"type": "eq"
},
{ "id": "issue2099-1",
"file": "pdfs/issue2099-1.pdf",
"md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",