Open FreddyKaiser opened 1 year ago
Hey, sorry for late answer. Currently there is no plan to support pressure. Line width is now determined only by speed. By adding pressure information we need to change drawing model (and result will be maybe little more realistic?) what will be a lot of work.
Just for analytical purpose we can add pressure information relatively quickly.
In the context of Biometric Signature ".... Dynamic signature verification technology uses the behavioral biometrics of a hand written signature to confirm the identity of a computer user. This is done by analyzing the shape, speed, stroke, pen pressure and timing information during the act of signing."
In the
control.toMap()
I see paths with x, y and t. Possible to extend it with pressure information out of https://api.flutter.dev/flutter/gestures/ForcePressGestureRecognizer-class.html ?