如何删除签名板上的中间线

时间:2017-04-18 05:46:53

标签: javascript jquery html css jsignature

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

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

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

1 个答案:

答案 0 :(得分:1)

使用此代码。我在noconflict.html文件中使用它的工作

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