when convert canvas to svg need only cropped content
问题 I am using the HTML5 CANVAS with fabric js. Finally will be converted it into SVG.we can upload images and crop into circle,rectangle,.. .The image also being cropped and added text on it.The problem which i am facing is the images are not being cropped into svg.It shows full images like below.i have tried viewBox also in toSVG .Please suggest me what to do or if i am doing anything wrong. $(function(){ var canvas = new fabric.Canvas('Canvas',{backgroundColor: '#ffffff',preserveObjectStacking