Replies: 1 comment 4 replies
-
Can you provide the version of signature_pad that you are using? If I had to guess, the issue is that your app is removing the background color at some point. A transparent background will turn black when converted to jpg. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
When i download a jpg signature, the background is complety black. I was reading that is because i need inicializate the signature like this
this.signaturePad = new SignaturePad(canvas, {
backgroundColor: 'rgba(255, 255, 255)',
penColor: 'rgb(0, 0, 0)'
})
Beta Was this translation helpful? Give feedback.
All reactions