A Snippet to See all SVGs in a Sprite

added by JavaScript Kicks
10/9/2019 7:09:53 AM

449 Views

I think of an SVG sprite as this: I was long a fan of that approach for icon systems ( -ing them as needed), but I favor including the SVGs directly as needed these days. Still, sprites are fine, and fairly popular. What if you have a sprite, and you wanna see what's in it?


0 comments