mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Merge pull request #14536 from calixteman/thin_line
Fix some issues with lineWidth < 1 after transform (bug 1753075, bug 1743245, bug 1710019)
This commit is contained in:
commit
85ff7b117e
5 changed files with 131 additions and 84 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -513,3 +513,4 @@
|
|||
!issue14307.pdf
|
||||
!issue14497.pdf
|
||||
!issue14502.pdf
|
||||
!issue13211.pdf
|
||||
|
|
1
test/pdfs/bug1753075.pdf.link
Normal file
1
test/pdfs/bug1753075.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bugzilla.mozilla.org/attachment.cgi?id=9262522
|
BIN
test/pdfs/issue13211.pdf
Executable file
BIN
test/pdfs/issue13211.pdf
Executable file
Binary file not shown.
|
@ -6309,5 +6309,19 @@
|
|||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "other"
|
||||
},
|
||||
{ "id": "bug1753075",
|
||||
"file": "pdfs/bug1753075.pdf",
|
||||
"md5": "12716fa2dc3e0b3a61d88fef10abc7cf",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue13211",
|
||||
"file": "pdfs/issue13211.pdf",
|
||||
"md5": "d193853e8a123dc50eeea593a4150b60",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue