i'm wondering how can i handle SVG's that stack in specific position in my design ?
i do have a lot of SVG's image in my design that stack in specific position , and i wanna know should i give them an absolute position or there is an other way more efficiency to deal with this situations
1 Reply
none: you stack them by
<use>
ing the <symbol>
s that contain the images
or, if you are using a library or something (like bootstrap icons or fontawesome), you do what the library tells you to do