We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823cca4 + 852ff77 commit a2c6429Copy full SHA for a2c6429
src/fonts.js
@@ -5290,7 +5290,7 @@ Type1Font.prototype = {
5290
BlueFuzz: '\x0c\x0b',
5291
BlueScale: '\x0c\x09',
5292
LanguageGroup: '\x0c\x11',
5293
- ExpansionFactor: '\x0c\x18'
+ ExpansionFactor: '\x0c\x12'
5294
};
5295
for (var field in fieldMap) {
5296
if (!properties.privateData.hasOwnProperty(field))
test/pdfs/issue2176.pdf
55.4 KB
test/test_manifest.json
@@ -735,6 +735,12 @@
735
"rounds": 1,
736
"type": "load"
737
},
738
+ { "id": "issue2176",
739
+ "file": "pdfs/issue2176.pdf",
740
+ "md5": "ca5cbbc7e2b717997f0b24ffa485eac6",
741
+ "rounds": 1,
742
+ "type": "eq"
743
+ },
744
{ "id": "issue1998",
745
"file": "pdfs/issue1998.pdf",
746
"md5": "586e0213be2f461360ec26770b5a4e48",
0 commit comments