Background Image for Signature Field

Is there a way to have a background image for a signature field? For example, if I could have the background image be a picture of my truck, then my employee could write over the image to mark pre-existing damage (as if you were renting a car).

I can think of a ton of usage applications for this feature.

Thanks!

Yes, there is. Sort of.

I use the signature field to capture a password pattern, for example;

It’s an image as a background to the field. And I seem to need to make the jSignature canvas transparent to see it.

The CSS is just
#view_101-field_245 > canvas {background-image: url(https://yourimage.com/something.jpg) ;
background-color:transparent !important;}

The issue is that background is not saved with the image. The image is just a svg of the actual signature, so then ‘viewing’ it would need the same, scaled overlay, but the new image is not transparent. This is not an issue for my application.

Yes, more flexibility with this signature field would be great.

I hope this helps someone but I just realised this post was from 2016. If there is better way now, I would love to hear it!