Tony Brix
Tony Brix
A race condition is when two events happen fast and the order of events gets mixed up. For example when adding two dots to the canvas signature_pad expects the events...
Pressure is already a property in the data
Currently only the velocity is used to determine the stroke width but we could use the force if we can figure out a good algorithm. https://github.com/szimek/signature_pad/blob/11272b4a7ac0fe5ca88cba08b5046b8decc1201a/src/signature_pad.ts#L500-L502
I don't think anyone has been working this.
There are still some bugs and I think this would be a major change. This is currently just a proof of concept but if I have time I will continue...
going to close this in favor of #765
I don't get it, why is this needed? why not just set css zoom level to 1?
but the developer will have to set the zoom level, it is not set automatically to the zoom level for css. How about instead of setting the zoom level to...
> Unfortunately, based on my tests, applying CSS zoom to the root element affects the alignment between the mouse position Right so wouldn't the correct fix be **not** applying CSS...
Can you create a jsfiddle with this fix and show that this will actually work when zooming in? Since the developer will need to set the correct zoom I am...