通过代码生成了svg字符串如下:
<svg id="SvgjsSvg1001" width="500" height="50" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1002"></defs><text id="SvgjsText1008" font-family="Inconsolata" x="20" y="13.203125" fill="#00ff00" family="Inconsolata" svgjs:data="{"leading":"1.3"}"><tspan id="SvgjsTspan1010" dy="20.8" x="20">hello world</tspan></text></svg>
有没有一种js库可以直接把svg字符串转成jpg/png呢
随手搜了下:
41个结果……