jacobmischka / gatsby-plugin-react-svg

Adds svg-react-loader to gatsby webpack config
https://www.npmjs.com/package/gatsby-plugin-react-svg
MIT License
69 stars 21 forks source link

React does not recognize the `inkscapePageopacity` #24

Closed marcosilvestroni closed 5 years ago

marcosilvestroni commented 5 years ago

I've got a lof warning in my console after importing some edited via inkScape svgs

pcvonz commented 5 years ago

Inkscape has an option to save as a plain svg

jacobmischka commented 5 years ago

Sorry for the rather long delay, but you should be able to strip these attributes off using the filter or omitKeys options provided by #15.

This should be documented in the README, apologies.