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 #1443 from brendandahl/gradientfix

Fix gradients for fill and stroke.
This commit is contained in:
Yury Delendik 2012-04-05 16:14:55 -07:00
commit b10d7fceb8
6 changed files with 42 additions and 30 deletions

View file

@ -30,3 +30,5 @@
!zerowidthline.pdf
!issue1002.pdf
!issue925.pdf
!gradientfill.pdf

BIN
test/pdfs/gradientfill.pdf Normal file

Binary file not shown.

View file

@ -565,5 +565,11 @@
"rounds": 1,
"link": true,
"type": "eq"
},
{ "id": "gradientfill",
"file": "pdfs/gradientfill.pdf",
"md5": "cbc1988e4803f647fa83467a85f0e231",
"rounds": 1,
"type": "eq"
}
]