mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 15:47:57 +02:00
In the font in question, there are a couple of `topDict` entries that have invalid values (`0xF 0xF`, i.e. just eof markers without any actual numbers). This causes the `parseFloatOperand` function, inside `CFFParser_parseDict`, to return `NaN`. Currently we pass this broken font onto the browser, which OTS unsurprisingly rejects. Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1068432. |
||
---|---|---|
.. | ||
annotation_layer_spec.js | ||
api_spec.js | ||
cff_parser_spec.js | ||
cmap_spec.js | ||
crypto_spec.js | ||
dom_utils_spec.js | ||
evaluator_spec.js | ||
function_spec.js | ||
jasmine-boot.js | ||
metadata_spec.js | ||
network_spec.js | ||
parser_spec.js | ||
primitives_spec.js | ||
stream_spec.js | ||
testreporter.js | ||
type1_parser_spec.js | ||
ui_utils_spec.js | ||
unit_test.html | ||
util_spec.js |