<svg width="400" height="400" style="background-color:green">
<circle cx="200" cy="200" r="50" stroke="red" stroke-width="5" fill="yellow"></circle></svg>
<svg width="400" height="400" style="background-color:green">
<circle cx="200" cy="200" r="50" stroke="red" stroke-width="50" fill="yellow"></circle></svg>
<svg width="400" height="400" style="background-color:green">
<circle cx="200" cy="200" r="50" stroke="red" stroke-width="100" fill="yellow"></circle></svg>
<svg width="400" height="400" style="background-color:green">
<circle cx="200" cy="200" r="50" stroke="red" stroke-width="150" fill="yellow"></circle></svg>
https://i.sstatic.net/uRlkR.pnghttps://i.sstatic.net/HjSfl.pnghttps://i.sstatic.net/axUqN.pnghttps://i.sstatic.net/qpUNX.png
I am new to the world of SVGs and I find myself a bit perplexed by the stroke and stroke width properties. When I increment the stroke width, it appears that the area within the circle expands whilst the dimensions remain constant at 100x100. I can't figure out whether the stroke width is added to the radius or if my understanding is off. Could someone please shed some light on the concepts related to svgs? Any guidance or resources for me to delve deeper into this topic would be highly appreciated.