Convert SVG to image in PNG

后端 未结 2 753
感情败类
感情败类 2020-12-21 19:59

i am converting angular nvd3 chart to svg using html2canvas and canvg plugings but when i convert pie chart to png then i looks same as chart but when i convert line chart o

2条回答
  •  独厮守ぢ
    2020-12-21 20:36

    Very late to the conversation but I just wanted to add that the solution as described by Kaiido, put very simply, is to embed the styles into the SVG document directly.

    In order to do this, you manipulate the DOM to make the SVG element look like this:

    
       
         
       
       
    
    

提交回复
热议问题