mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Fix tests failures
This commit is contained in:
parent
826e0baf14
commit
41ebb55d75
2 changed files with 3 additions and 2 deletions
4
fonts.js
4
fonts.js
|
@ -2571,9 +2571,9 @@ var Type2CFF = (function() {
|
|||
if (pos == 0) {
|
||||
return ISOAdobeCharset;
|
||||
} else if (pos == 1) {
|
||||
return CFFExpertCharset;
|
||||
return ExpertCharset;
|
||||
} else if (pos == 2) {
|
||||
return CFFExpertSubsetCharset;
|
||||
return ExpertSubsetCharset;
|
||||
}
|
||||
|
||||
var bytes = this.bytes;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<script type="text/javascript" src="/crypto.js"></script>
|
||||
<script type="text/javascript" src="/glyphlist.js"></script>
|
||||
<script type="text/javascript" src="/metrics.js"></script>
|
||||
<script type="text/javascript" src="/charsets.js"></script>
|
||||
<script type="text/javascript" src="driver.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue