我怎样才能去掉签名板上的中间线

How can i remove the middle line on the signature pad

如何从 jSignature 插件中的 CANVAS(签名面板)中删除中间线?

*我正在使用 libs/jSignature.min.noconflict.js *

http://willowsystems.github.io/jSignature/#/demo/

使用此代码。我在 noconflict.html 文件中使用并且有效

// This is the part where jSignature is initialized.
var $sigdiv = $("#signature").jSignature(
{
    'UndoButton':true,
    'background-color': 'transparent',
     'decor-color': 'transparent',
})