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
When using Iconic, the canvas height and width are set to zero. Is there a way to fix this? How do I make it automatically resize the canvas after it's mounted?
The text was updated successfully, but these errors were encountered:
Have you set the width and height? Canvas depends on the width and height of the parent component,
like this <vueSignature ref="signature" :sigOption="option" :w="'800px'" :h="'400px'" :disabled="disabled" :defaultUrl="dataUrl"></vueSignature>
When using Iconic, the canvas height and width are set to zero. Is there a way to fix this? How do I make it automatically resize the canvas after it's mounted?
The text was updated successfully, but these errors were encountered: