Is there a way to adjust the height of a g element?
Trying to set the height using {params} but it's not responding
I made some changes in the comments because the svg is quite large (Scene.js)
{/* Transformation */}
<g transform="translate(320,388)" viewBox="0 0 351 450">
<g transform={`translate(336,0) scale(-1, 1)`}>
<g transform="translate(30.25,179)">
<g>
<svg
xmlns="http://www.w3.org/2000/svg"
width="351"
height="450"
viewBox="0 0 351 450"
>...<