thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

[feature] #166

Open ATouhou opened 8 years ago

ATouhou commented 8 years ago

Add "Slope" to the "written font" :+1:

thomasjbradley commented 8 years ago

Like make it italics? Could you do that in CSS with font-style?

ATouhou commented 8 years ago

No , like the font from where it is starting to where it is ending on the x-axis. You can see an example in this generator: http://www.onlinesignature.in/online-signature-maker.html .

There is some studies about how the slant/slope indicates certain psychological traits in people http://www.annexpublishers.com/full-text/JFSC/2-601/Conventional-and-Computational-Features-in-Document-Examination.php

Also would be a nice feature :-)

thomasjbradley commented 8 years ago

Oh, I understand! So, we could do something like transform: rotate() on the written name.

ATouhou commented 8 years ago

Yes , just a nice feature to have in it :-)
Have you considered integrating the compression algorithm sigCompression directly to this package?? So that it can be turned on/off from options :-) ?

thomasjbradley commented 8 years ago

No I haven't really thought about integrating it really... thought it would be better as a separate tool.