You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
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)
)
The text was updated successfully, but these errors were encountered:
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)
)
The text was updated successfully, but these errors were encountered: