mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-25 04:10:59 +02:00
- 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.