I have a vector file that contains 40 svgs all in one image. Each vector has an id inside <g>
tag and I want to know how to select a certain svg from that 1 file without selecting all the image in html.
PD: Each vector has its own dimensions.
Thanks