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
I am facing with strange behaviour when changing size of parent container.
I think that might be related to #72, but unfortunatelly workaround does not help(or it was not applied correctly)
First of all I added styles to canvas:
canvas.jSignature {
height: 100% !important;
}
after jsignature initialisation it seems to work fine https://www.screencast.com/t/DZUUdx76dXJT
Hi guys.
I am facing with strange behaviour when changing size of parent container.
I think that might be related to #72, but unfortunatelly workaround does not help(or it was not applied correctly)
First of all I added styles to canvas:
canvas.jSignature {
height: 100% !important;
}
after jsignature initialisation it seems to work fine
https://www.screencast.com/t/DZUUdx76dXJT
after changing size of parent container(after rotate or something else) it looks like:
https://www.screencast.com/t/hDTbYAgLQ1t1
Drawn image is being resized with some delay after changing parent container size.
Is there a way to keep drawn image in parent container's borders?
Thank you in advance.
The text was updated successfully, but these errors were encountered: