popupScale Number (default: 3)

Defines a value indicating the scaling size of the popup signature pad

Example - sets the hideLine

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