pdf.js/src/display
Jonas Jenwald 932fcacff8 [TextLayer] Only handle positive padding values in expandTextDivs
Given that browsers will reject padding values smaller than zero (which may be caused by limited numerical precision during calculations in the `expand` code), it makes no sense to include those when expanding the `textDiv`s.
2019-08-23 13:16:20 +02:00
..
annotation_layer.js Add a way to disable external links. 2019-08-21 11:20:41 -07:00
api_compatibility.js removed safari compatibility check 2018-06-21 12:57:56 +03:00
api.js [api-minor] Fix completely broken getStats method by returning stats in Objects, rather than in Arrays (PR 11029 follow-up) 2019-08-02 14:09:24 +02:00
canvas.js Scale stroking line width when using a tiling pattern. 2019-07-08 13:47:54 -07:00
content_disposition.js Add an Array.from polyfill, using core-js, and remove some compatibility hacks from the src/display/content_disposition.js file 2019-01-20 08:49:20 +01:00
display_utils.js Add a way to disable external links. 2019-08-21 11:20:41 -07:00
fetch_stream.js Update fetch_stream.js to use const in more places 2019-05-16 09:15:43 +02:00
font_loader.js Enable the consistent-return ESLint rule 2019-05-11 14:27:21 +02:00
metadata.js When parsing Metadata, attempt to remove "junk" before the first tag (PR 10398 follow-up) 2019-01-16 12:44:27 +01:00
network_utils.js decode filename when match an urlencode filename from contentDispositionFilename 2019-07-31 09:33:56 +08:00
network.js Convert network.js to use ES6 classes 2019-05-16 10:08:51 +02:00
node_stream.js Avoid dispatching range requests to fetch PDF data that's already loaded with streaming (PR 10675 follow-up) 2019-04-13 00:26:13 +02:00
pattern_helper.js Apply bounding box before using shading patterns. 2019-07-08 14:05:48 -07:00
svg.js Implement tiling patterns for the SVG back-end 2019-06-25 16:25:25 +09:00
text_layer.js [TextLayer] Only handle positive padding values in expandTextDivs 2019-08-23 13:16:20 +02:00
transport_stream.js Convert transport_stream.js to use ES6 classes 2019-05-16 09:15:39 +02:00
webgl.js Update the ESLint dependencies, and also tweak the no-multiple-empty-lines rules 2018-01-03 13:32:57 +01:00
worker_options.js Introduce a GlobalWorkerOptions object for (basic) Worker configuration 2018-02-16 13:22:35 +01:00
xml_parser.js Prevent errors, in SimpleXMLParser.onEndElement, when the stack has already been completely parsed (issue 10410) 2019-01-05 11:15:34 +01:00