Hi.
SVG should contain only one path
tag (not rect
,poligon
, circle
tags, multi path
tags and ect)
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="www.w3.org/2000/svg" viewBox="0 0 154.12 101.31">
<path d="M2.21,1.89c47.91-4.8,93.25-.84,134.68,16.5,15.57,23.04,19.4,46.95,16.16,71.38-47.45,14.59-97.1,14.81-148.48,3.7C-.82,64.32-1.22,33.68,2.21,1.89Z"/>
</svg>
In general, I find this option very raw and useless, since there are practically no control options for custom figures. Scale Shape - It is not clear how it works for custom figures.
I think the Joomshaper team can try the above example to explain how it works and what parameters should SVG have to be universally and use a different scale.
Now, I believe, you need to draw Shape with just the size as in the final form. Scale Shape option is useless in this case. It breaks everything.