File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4031,9 +4031,9 @@ Type1Font.prototype = {
4031
4031
getType2Subrs : function Type1Font_getType2Subrs (type1Subrs ) {
4032
4032
var bias = 0 ;
4033
4033
var count = type1Subrs .length ;
4034
- if (count < 1240 )
4034
+ if (count < 1133 )
4035
4035
bias = 107 ;
4036
- else if (count < 33900 )
4036
+ else if (count < 33769 )
4037
4037
bias = 1131 ;
4038
4038
else
4039
4039
bias = 32768 ;
Original file line number Diff line number Diff line change
1
+ http://bblum.net/thesis-draft.pdf
Original file line number Diff line number Diff line change 515
515
"link" : true ,
516
516
"type" : " eq"
517
517
},
518
+ { "id" : " issue1655" ,
519
+ "file" : " pdfs/issue1655.pdf" ,
520
+ "md5" : " 696ef6de6f4f71643771419ef04fc968" ,
521
+ "rounds" : 1 ,
522
+ "pageLimit" : 9 ,
523
+ "link" : true ,
524
+ "type" : " eq"
525
+ },
518
526
{ "id" : " issue1133" ,
519
527
"file" : " pdfs/issue1133.pdf" ,
520
528
"md5" : " d1b61580cb100e3df93d33703af1773a" ,
You can’t perform that action at this time.
0 commit comments