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 @@ -3747,6 +3747,10 @@ var Type1Parser = function type1Parser() {
3747
3747
case '/OtherBlues' :
3748
3748
case '/FamilyBlues' :
3749
3749
case '/FamilyOtherBlues' :
3750
+ var blueArray = readNumberArray (eexecStr , i + 1 );
3751
+ if (blueArray .length > 0 && (blueArray .length % 2 ) == 0 )
3752
+ program .properties .privateData [token .substring (1 )] = blueArray ;
3753
+ break ;
3750
3754
case '/StemSnapH' :
3751
3755
case '/StemSnapV' :
3752
3756
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