flobacher / SVGInjector2

Fast, caching, dynamic inline SVG DOM injection library
MIT License
57 stars 8 forks source link

Check for imgUrl #16

Closed Viveur closed 7 years ago

Viveur commented 7 years ago

Simple fix for TypeError: Cannot read property 'split' of null when SVGInjector encounters an inline SVG without a src/data-src

Viveur commented 7 years ago

Should fix #11