You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, js-draw uses heuristics to fit pen input points to Bézier curves. The current stroke smoothing method leads to handwriting that looks somewhat like this:
While the current stroke smoother has the advantage of producing a small number of curves (good because js-draw drawings are uncompressed, Joplin seems not to support SVGZ), it makes handwriting somewhat difficult to read.
Progress
So far, an InputStabilizer preprocessor has been created — it leads to better results, but also has delay.
Currently,
js-draw
uses heuristics to fit pen input points to Bézier curves. The current stroke smoothing method leads to handwriting that looks somewhat like this:While the current stroke smoother has the advantage of producing a small number of curves (good because
js-draw
drawings are uncompressed, Joplin seems not to support SVGZ), it makes handwriting somewhat difficult to read.Progress
The text was updated successfully, but these errors were encountered: