History of SVG
Why I am writing this
If you open any <svg> code block, it mentions some sort of version in it. For example,
<svg version="1.1" ...>
...
...
</svg>
It indicates that there should be multiple versions of SVG and that's why we need to specify ...
w3bdev.hashnode.dev2 min read