Hi.
I need to show the same inline svg with different sizes.
What I normally do is opening the svg file with and adding width="XXX" to the svg tag. So now I have a svg file duplicated with different sizes and I don't like this solution. What is the easiest way to achieve this?
Hi.
I need to show the same inline svg with different sizes.
What I normally do is opening the svg file with and adding
width="XXX"to the svg tag. So now I have a svg file duplicated with different sizes and I don't like this solution. What is the easiest way to achieve this?