-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Short pen strike shows up as an ink blob #1391
Short pen strike shows up as an ink blob #1391
Comments
I have the same issue with my wacom tablet on Linux (snap, v0.25.2 edge). For me, the blob appears when I activate the rubber or continue writing a new strike. Disabling pressure sensibility makes the problem disappear. |
Those dots appear whenever a stroke consists of only 1 or 2 points. If it consists of two points, the dots diameter is equal to their vertical distance. |
@ZebraVogel94349 I see the intention. Do you think reducing the threshold to a single point will have unintended behavior? I think those circles are meant to help with writing lowercase i, j, amongst other. |
I've tried to patch that line and recompile, I can confirm that this works for eliminating the unexpected dot with short pen strike. I haven't found any side effects yet but I'll update this if I found any. That snippet should have purpose so I don't want to submit a pull request, that and my limited understanding of the codebase. Diff for anyone interested
on a side note, maybe having the dot a notch above |
I tried the same fix as well, but it seems to have some side effects. For example, this note contains only a single stroke which consists of two points. If you open the note and zoom in, the point seems to disappear and you get the error Edit: I believe, this is actually a bug in the Perfect Freehand library. In
seems to fix the problem. |
I just made a pull request to fix the bug in the library. After that is fixed your fix for the ink blobs should work. |
I've tried your upstream patch and that seems to fix the problem along with your first proposed patch. If anyone interested, you can add the package and external commits on
|
Before submitting an issue, please check the following
Describe the bug
When I'm writing, short line (see picture) shows up as ink blob almost half the time. This doesn't happen with another writing/drawing app.
To reproduce
I don't have procedure that can reproduce this consistently
Expected behavior
Short line strike shows up as line, following what were written
Saber version
v0.25.1 Google Play (25010)
Device
Anything else?
This happens more frequently on Fountain pen but also occurs in Ballpoint pen
The text was updated successfully, but these errors were encountered: