Hello,
I don’t find a format like this on the web
m {mx},{my} l 0,{e.y1} l {e.x1},0 l 0,-{e.y1} z l {e.x0},{e.y0} l {e.x0},-{e.y0}
how can export a svg to the previous format
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="13.125" viewBox="0 0 15 13.125">
<path id="comment-solid" d="M7.5,32C3.357,32,0,34.728,0,38.094a5.409,5.409,0,0,0,1.67,3.829A7.453,7.453,0,0,1,.064,44.729a.233.233,0,0,0-.044.255.229.229,0,0,0,.214.141,6.7,6.7,0,0,0,4.119-1.506,8.935,8.935,0,0,0,3.146.568c4.143,0,7.5-2.728,7.5-6.094S11.643,32,7.5,32Z" transform="translate(0 -32)"/>
</svg>
Regards