mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #4736 from Snuffleupagus/glyph-accent-buildPath
Build paths for glyph accents when drawing text as curves
This commit is contained in:
commit
048c6d99f1
5 changed files with 26 additions and 6 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -43,6 +43,7 @@
|
|||
!type4psfunc.pdf
|
||||
!issue1350.pdf
|
||||
!S2.pdf
|
||||
!glyph_accent.pdf
|
||||
!personwithdog.pdf
|
||||
!helloworld-bad.pdf
|
||||
!zerowidthline.pdf
|
||||
|
|
BIN
test/pdfs/glyph_accent.pdf
Normal file
BIN
test/pdfs/glyph_accent.pdf
Normal file
Binary file not shown.
|
@ -520,6 +520,14 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "glyph_accent",
|
||||
"file": "pdfs/glyph_accent.pdf",
|
||||
"md5": "1526e4edaa3ec439ebf156d0a0b385aa",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"about": "Glyph accent drawn as curves."
|
||||
},
|
||||
{ "id": "simpletype3font",
|
||||
"file": "pdfs/simpletype3font.pdf",
|
||||
"md5": "b374c7543920840c61999e9e86939f99",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue