Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better stroke smoothing #20

Open
personalizedrefrigerator opened this issue Jun 27, 2023 · 2 comments
Open

Better stroke smoothing #20

personalizedrefrigerator opened this issue Jun 27, 2023 · 2 comments

Comments

@personalizedrefrigerator
Copy link
Owner

personalizedrefrigerator commented Jun 27, 2023

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:

Screenshot: "Test" written. The "e" and "s" letters look un-smooth

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

@personalizedrefrigerator
Copy link
Owner Author

@personalizedrefrigerator
Copy link
Owner Author

Related: e328438

@personalizedrefrigerator personalizedrefrigerator moved this from In Progress to Todo in Planning: Joplin-related Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant