agilgur5 / react-signature-canvas

A React wrapper component around signature_pad (in < 150 LoC). Unopinionated and heavily updated fork of react-signature-pad
https://agilgur5.github.io/react-signature-canvas/
Other
547 stars 119 forks source link

Fixed broken image in example #7

Closed lopis closed 7 years ago

lopis commented 7 years ago

In the example, the signature base64 image was being set to the background of the <image> element, which seemed weird to me and showed a broken icon with the actual image as background. This way it shows properly.

agilgur5 commented 7 years ago

Rebased in as 8d8705781a470e920718e89bb3d8a6fadfecaa53 -- thanks for the fix!