pdf.js/src/display
Tim van der Meij 87f36e3520
Merge pull request #10850 from brendandahl/scale-line-width
Scale stroking line width when using a tiling pattern.
2019-07-12 22:50:32 +02:00
..
annotation_layer.js Implement creation/modification date for annotations 2019-05-05 14:51:03 +02:00
api_compatibility.js removed safari compatibility check 2018-06-21 12:57:56 +03:00
api.js Update the PageError handler, in the API, to always mark the operatorList as done and finalize any pending renderTasks 2019-07-10 14:23:59 +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 Implement creation/modification date for annotations 2019-05-05 14:51:03 +02: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 set returnValues.suggestedLength to Content-Length if integer 2018-10-07 13:26:29 -04: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 TilingPattern: Add comment to explain the implementation 2019-03-27 17:50:46 +01:00
svg.js Implement tiling patterns for the SVG back-end 2019-06-25 16:25:25 +09:00
text_layer.js Prevent "Uncaught promise" messages in the console when cancelling TextLayer tasks (PR 10601 follow-up) 2019-07-11 11:48:33 +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