Hi Paul Kocher,
Thanks for contacting Syncfusion support.
Based on the shared images, we can able to found that the signature div container have been changed programmatically in the Modal Dialog . Hence this will change only the width of signature’s canvas not element’s height and width. And this will also lead to signature drawing misplacement and also the less image quality. So, we suggest you to refresh the Signature canvas element after the control is rendered. This refresh can be called in the modal Dialog open event or any of the page event.
|
function onopen(e) {
obj = $("#mysign").ejSignature("instance");
obj._resizeCanvas();
}
|
Please use this private _resizeCanvas() internal function as of now to refresh the Signature. we have also logged a defect report to provide the “refresh ”as a public method and created a support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.
We have also prepared a sample for your reference below:
If the shared details and sample doesn’t fulfil your requirement, could you please share us with further details. So that we could provide an alternate solution.
Regards,
Arun P.