0

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

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

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

4

1 回答 1

1

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

// This is the part where jSignature is initialized.
var $sigdiv = $("#signature").jSignature(
{
    'UndoButton':true,
    'background-color': 'transparent',
     'decor-color': 'transparent',
})
于 2017-04-18T07:12:48.843 回答