smooth Boolean (default: false)

A value indicating whether to smoothen out the signature lines.

Example - create not smooth lines

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