If I draw the shape in Illustrator and save as .svg, then I get this
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 389.42 317.8">
<defs>
<style>
.cls-1 {
fill: #429b46;
}
</style>
</defs>
<path class="cls-1" d="M6.49,164.88c-28.08-49.07,40.29-115.38,101.94-66.72,24.22,23.78,41.39,62.53,46.24,68.04s8.59-44.26,99.08-132.33c92.48-94.24,185.83,31.49,104.59,94.46-78.39,62.75-168.88,163.16-168.88,163.16-45.47,46.06-66.88,17.76-67.36,17.19,0,0,0,0-.01-.01C43.92,214.64,28.29,202.97,6.49,164.88Z"/>
</svg>
The trace tool does this
[[-8.2,108.3,0,0,74.5,-87.2,-30,39.9,"free"],[-75.5,112,0,0,20.9,24.7,-20.9,-24.7,"mirror"],[-141.1,14.4,-7.8,2.1,13.1,32.2,-28.8,-27.9,"mirror"],[-77.3,-34.3,0,0,-47,-39,21.6,17.9],[-39.2,16.7,0,0,-23.7,-35.5,17.2,-25.4,"free"],[50.5,-90.5,-1.1,-0.7,-46.4,38.1,44.3,-39.6,"mirror"],[118.2,-12.4,0,0,60.3,-62,-29.8,30.4,"free"]]
I must say I would prefer to work with illustrator, but what should be the next step then Dr Abstract?
There are 7 points in the illustrator version, but the buildup looks a lot different? Unless there is a easy way to convert the path info to data the blob understands ?