Determining Width/Height of SVG from Text/Code
The code below is the SVG code for the letter G. What in this code sets the width and height, or the relationship between the width and height? Is there some common way in SVG code to determine the height and width or the relationship between the two?
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960">
<defs>
<style>
.cls-1 {
fill: #59d80f;
}
</style>
</defs>
<title>Artboard 1G</title>
<path class="cls-1" d="M210.2998,306.1001A21.11562,21.11562,0,0,1,220.19971,304a21.74637,21.74637,0,0,1,10,2.1001Q236.5,309.30152,236.5,316.7998v13.4004H224.7998V319.3999q0-7.1997-4.60009-7.1997-4.5,0-4.5,7.1997v49.2002q0,7.1997,4.5,7.1997,4.59887,0,4.60009-7.1997V352.8999H221v-7.7998h15.5v37.2998h-4.1001l-1.1001-5.7998h-2.8999l-.5,1.1997a9.59957,9.59957,0,0,1-4.5,4.7002,11.75586,11.75586,0,0,1-5.7998,1.5q-6.50172,0-10.0503-3.3501Q203.999,377.30054,204,371.2002V316.7998Q204,309.2998,210.2998,306.1001Z"/>
</svg>