File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3184,7 +3184,8 @@ var Font = (function FontClosure() {
3184
3184
useTable = true ;
3185
3185
// Continue the loop since there still may be a higher priority
3186
3186
// table.
3187
- } else if (platformId === 3 && encodingId === 1 ) {
3187
+ } else if (platformId === 3 && encodingId === 1 &&
3188
+ (!isSymbolicFont || !potentialTable )) {
3188
3189
useTable = true ;
3189
3190
if (!isSymbolicFont ) {
3190
3191
canBreak = true ;
Original file line number Diff line number Diff line change 29
29
! scan-bad.pdf
30
30
! bug847420.pdf
31
31
! bug860632.pdf
32
+ ! bug894572.pdf
32
33
! pdfjsbad1586.pdf
33
34
! freeculture.pdf
34
35
! pdfkit_compressed.pdf
Original file line number Diff line number Diff line change 1106
1106
"lastPage" : 1 ,
1107
1107
"type" : " eq"
1108
1108
},
1109
+ { "id" : " bug894572" ,
1110
+ "file" : " pdfs/bug894572.pdf" ,
1111
+ "md5" : " e54a6b0451939f685ed37e3d46e16158" ,
1112
+ "rounds" : 1 ,
1113
+ "link" : false ,
1114
+ "type" : " eq"
1115
+ },
1109
1116
{ "id" : " issue1466" ,
1110
1117
"file" : " pdfs/issue1466.pdf" ,
1111
1118
"md5" : " 8a8877432e5bb10cfd50d60488d947bb" ,
You can’t perform that action at this time.
0 commit comments