mrsum / webpack-svgstore-plugin

Simple svg-sprite creating with webpack
https://www.npmjs.com/package/webpack-svgstore-plugin
200 stars 92 forks source link

Fix defs parsing #113

Closed pmeinhardt closed 7 years ago

pmeinhardt commented 7 years ago

Whenever checking nested attributes, make sure to check every path segment and not only the first one, or your code will fail miserably when something's undefined in between.