strokeWidth Number (default: 1)

Defines how wide will the stroke be.

Example

<div id="signature"></div>
<script>
    $("#signature").kendoSignature({
        strokeWidth: 4
    });
</script>
In this article