brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Add logic in .Net for converting from native jSignature to Base30 format #85

Closed rburgstaler closed 9 years ago

rburgstaler commented 9 years ago

In the original .Net implementation, there was logic for going from Base30 to a Native coordinate format but the converse of that which was to go from Native to Base30 was missing. This patch will give the ability to go for the full round trip.