+ 1
How does the svg 'height' and 'width' affect your work/drawings
What does the svg 'height' and 'width' attribute actually do. Shouldn't the radius of the circle determine the height and width when creating circles. I'm confused
2 Respostas
+ 3
The svg "width" and "height" attributes defines the dimensions of the region for use in your svg drawings.
The circle is standalone inside it.
You can learn more about it here:
https://code.sololearn.com/Wnc1H3jaH0ua/?ref=app
+ 1
Thank you for the answer