timcreatedit / scribble

Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
https://pub.dev/packages/scribble
MIT License
116 stars 39 forks source link

How can I force to fix the width regardless of pressure? #33

Open wbin-dev opened 1 year ago

wbin-dev commented 1 year ago

How can I force to fix the width regardless of pressure?

I set the scale factor to 1.0, but the width of path still changes based on pressure...

timcreatedit commented 1 year ago

Hi, thanks for opening an issue! Are you talking about pen pressure, or is it still changing when painting with a mouse/finger?

Sesa1988 commented 10 months ago

Hi,

its changing for me when drawing on a macOS or a android emulator app via trackpad or on a real android device.

It looks like it's depending on the speed and distance so I can draw only thick line when I want a small line.