pdf.js/src/display
Calixte Denizet d2b4ed3cea [Editor] Improve curve smoothing for Ink tool (bug 1789443)
- Remove the dependency on fit-curve;
- Improve the way to draw the current line in using a Path2D and
  in clearing only the last part of the curve instead of clearing
  all the canvas;
- Smooth the curve when drawing to avoid to have some changes after
  the drawing ends;
- Make the smoothing a bit less agressive.
2023-05-23 17:15:21 +02:00
..
editor [Editor] Improve curve smoothing for Ink tool (bug 1789443) 2023-05-23 17:15:21 +02:00
annotation_layer.js For text widgets, get the text from the AP stream instead of from the format callback (bug 1825002) 2023-05-17 14:07:28 +02:00
annotation_storage.js Reduce duplication for reference tests with an annotationStorage entry 2023-02-13 11:09:16 +01:00
api.js Merge pull request #12563 from Snuffleupagus/rm-SystemJS-worker 2023-05-03 23:57:17 +02:00
base_factory.js [api-minor] Use a SVG filter when rendering pages in HCM 2023-03-18 12:45:10 +01:00
canvas.js Improve performance of canvas::rescaleAndStroke by around 30% 2023-05-20 18:21:25 +02:00
content_disposition.js Enable the unicorn/prefer-string-replace-all ESLint plugin rule 2023-03-23 12:57:10 +01:00
display_utils.js Introduce even more modern JavaScript features in the code-base 2023-05-18 18:55:41 +02:00
fetch_stream.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
font_loader.js Warn when pdf.js can't load an OS font 2023-05-16 14:58:38 +02:00
metadata.js Convert Metadata to use private class fields 2021-10-22 22:01:19 +02:00
network_utils.js Stop using the PRODUCTION build-target in the JavaScript code 2023-04-17 12:04:34 +02:00
network.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
node_stream.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
node_utils.js [api-minor] Extend general transfer function support to browsers without OffscreenCanvas 2023-03-14 13:09:08 +01:00
optional_content_config.js [api-minor] Add basic support for the SetOCGState action (issue 15372) 2022-09-01 17:34:24 +02:00
pattern_helper.js Simplify initialization of static class properties in the worker-thread 2023-04-29 13:49:38 +02:00
svg.js Stop using the PRODUCTION build-target in the JavaScript code 2023-04-17 12:04:34 +02:00
text_layer.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
transport_stream.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
worker_options.js Simplify setting the GlobalWorkerOptions default values (PR 9480 follow-up) 2023-01-26 14:16:01 +01:00
xfa_layer.js Replace element ids with custom attributes in the xfaLayer 2022-07-10 15:44:54 +02:00
xfa_text.js XFA - Support text search in XFA documents. 2021-08-23 08:44:20 -07:00