arkon / ng-inline-svg

[Inactive] Angular directive for inserting an SVG file inline within an element.
https://echeung.me/ng-inline-svg/
MIT License
210 stars 88 forks source link

Improve caching? #107

Open arkon opened 5 years ago

arkon commented 5 years ago

More of a note to self:

https://css-tricks.com/inline-svg-cached/

lincolnthree commented 4 years ago

@arkon Thanks for this note. Do you have an example of how you tied this into the inline SVG component? I'd love any tips you have!