|
|
|
|
|
by 8lall0
1945 days ago
|
|
That's because he's using React, i'm using an svg sprite sheet in a simple html page, with native <svg> tag and works like a charm.
If your svg set is small, you can even inline it: you lose cache, but you save a request so you can choose your tradeoff. |
|