angular2-signaturepad
angular2-signaturepad copied to clipboard
is there a regression of Fix #94 ?
Using "npm install angular2-signaturepad@latest --save" I 've got the angular2-signaturepad 3.0.4" packaged with dependendy "signature_pad": "2.3.2".
wich uses the property "this.signaturePad._canvas" while angular2 signaturePad 3.0.4 is calling "this.signaturePad.canvas" .
This issue was fixed in Fix #94 But it seems there is a regression with newer versions ?
(I get the followin error :
Cannot set property 'width' of undefined
at SignaturePad.set (angular2-signaturepad.js:92)
)
same here. reverting to 2.11.0 worked for me.