brinley / jSignature

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

Question base30 vs svgbase64 #80

Closed isAlmogK closed 8 years ago

isAlmogK commented 9 years ago

I'm trying to decide which export format to use and had some questions. It's seems that base30 has the best DB footprint but is very limited to jSignature as the compression format is specific to it.

On the other hand svgbase64 has a much bigger footprint but the format is much better and not limiting.

Is there anything else I'm missing?

3ynm commented 9 years ago

No, this is it :)