'How to resize 64based image which is generated Angular Kendo-Drawing

I am using Kendo Angular UI drawing to generate signature using method "exportSVG()" and is generating URL is 64base SVG (data:image/svg+xml;base64, ..............) and saving to DB, thing are working fine till I save the data, but while I bind this generated base64 to my display signature component it seems like "cropped".

I have tried to resize this image but no luck as its 64based image.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source