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

Short pen strike shows up as an ink blob #1391

Open
2 tasks done
WhitespaceQ opened this issue Nov 8, 2024 · 3 comments
Open
2 tasks done

Short pen strike shows up as an ink blob #1391

WhitespaceQ opened this issue Nov 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@WhitespaceQ
Copy link

WhitespaceQ commented Nov 8, 2024

Before submitting an issue, please check the following

  • I have searched for similar issues (both open and closed) and cannot find a duplicate
  • I agree to follow the Code of Conduct

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.
IMG_20241109_020029

To reproduce

I don't have procedure that can reproduce this consistently

  1. Open up Saber and connect POCO Smart Pen
  2. Create a blank notes
  3. Write something with short line strike
  4. Line shows up as blob

Expected behavior

Short line strike shows up as line, following what were written

Saber version

v0.25.1 Google Play (25010)

Device

  • Device: Poco Pad Model 2405CPCFBG
  • OS: Xiaomi HyperOS 1.0.9.0
  • Pen: POCO Smart Pen (fw: 2.1.16)

Anything else?

This happens more frequently on Fountain pen but also occurs in Ballpoint pen

@WhitespaceQ WhitespaceQ added the bug Something isn't working label Nov 8, 2024
@WhitespaceQ
Copy link
Author

WhitespaceQ commented Nov 8, 2024

The size of the blob seems inconsistent but roughly follows how long the line length and/or the pen pressure
Screenshot_2024-11-09-02-36-14-564_com adilhanney saber-edit

@superbm14
Copy link

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.

@ZebraVogel94349
Copy link
Contributor

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.
https://github.com/saber-notes/saber/blob/main/lib%2Fcomponents%2Fcanvas%2F_canvas_painter.dart#L138-L143
So, if you draw a small stroke so quickly that it is only registered as two points, the result is a dot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants