Notes: I tried all questions & answers related this topic. Additionally and I tried related questions and try to solve it but no the success. So please read my question thoroughly.
i am using jSignature . i want to Get thick Signature after Draw signature. I know set value lineWidth
set value '2' or '3' but my requirement draw Signature lineWidth : 1
and get thick signature.
i set linewidth
2 or 3 around then the signature is Draw is not Cleary some horizontal line are there. This Problem arise in IE
My Code
$(document).ready(function () {
$("#DrawSign-signature").jSignature({
'decor-color': 'transparent',
'color': '#000',
'width': '400',
'height': '160',
'lineWidth': 1,
});
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><script src="https://willowsystems.github.io/jSignature/js/libs/jSignature.min.js"></script>
<div id="DrawSign-signature" style="border:1px solid black;width:400px;height:160px;">
</div>