File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3735,6 +3735,10 @@ var Type1Parser = function type1Parser() {
3735
3735
case '/OtherBlues' :
3736
3736
case '/FamilyBlues' :
3737
3737
case '/FamilyOtherBlues' :
3738
+ var blueArray = readNumberArray (eexecStr , i + 1 );
3739
+ if (blueArray .length > 0 && (blueArray .length % 2 ) == 0 )
3740
+ program .properties .privateData [token .substring (1 )] = blueArray ;
3741
+ break ;
3738
3742
case '/StemSnapH' :
3739
3743
case '/StemSnapV' :
3740
3744
program .properties .privateData [token .substring (1 )] =
Original file line number Diff line number Diff line change
1
+ http://www.agapec.com.br/manual/manual_2007.pdf
Original file line number Diff line number Diff line change 451
451
"link" : true ,
452
452
"type" : " eq"
453
453
},
454
+ { "id" : " issue1685" ,
455
+ "file" : " pdfs/issue1685.pdf" ,
456
+ "md5" : " b22c3741e6bd0e613d3eb3325ad31f7d" ,
457
+ "rounds" : 1 ,
458
+ "pageLimit" : 2 ,
459
+ "link" : true ,
460
+ "type" : " eq"
461
+ },
454
462
{ "id" : " issue1169" ,
455
463
"file" : " pdfs/issue1169.pdf" ,
456
464
"md5" : " 3df3ed21fd43ac7fdb21e2015c8a7809" ,
You can’t perform that action at this time.
0 commit comments