1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/src
Jonas Jenwald 775763a091 Ensure that CompiledFont.compileGlyph always returns an Array (PR 6141 follow-up)
PR 6141 changed `CompiledFont.compileGlyph` to, in the general case, return an Array. However, that PR apparenly forgot to update the no-glyph, empty-glyph, and endchar-glyph code-path and a String was still being (incorrectly) returned.

Given the way that `FontFaceObject.getPathGenerator` (on the API side) is implemented, this shouldn't have caused any bugs despite the Worker possible returning unexpected data.
2018-07-09 21:12:01 +02:00
..
core Ensure that CompiledFont.compileGlyph always returns an Array (PR 6141 follow-up) 2018-07-09 21:12:01 +02:00
display Stop exposing the URL polyfill in the global scope 2018-07-04 09:16:28 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Merge pull request #9837 from timvandermeij/unreachable 2018-07-09 21:10:36 +02:00
.eslintrc Stop exposing the URL polyfill in the global scope 2018-07-04 09:16:28 +02:00
doc_helper.js [api-major] Completely remove the global PDFJS object 2018-03-01 18:13:27 +01:00
license_header.js Replace copyright headers; changes UMD to CommonJS. 2017-02-08 16:35:58 -06:00
license_header_libre.js PDFjs now compatible with Librejs 2017-12-19 15:13:50 +05:30
pdf.image_decoders.js Add a gulp image_decoders command to allow packaging/distributing the image decoders (i.e. jpg.js, jpx.js, jbig2.js) separately from the main PDF.js library 2018-06-16 17:56:54 +02:00
pdf.js Stop exposing the URL polyfill in the global scope 2018-07-04 09:16:28 +02:00
pdf.worker.entry.js Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
pdf.worker.js Adds Streams API support for networking task of PDF.js project. 2017-07-28 02:32:30 +05:30
worker_loader.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00