Closed joaopatrocinio closed 8 months ago
SVG were not being inlined correctly due to it's mime-type being defined as image/svg, were it should be image/svg+xml.
image/svg
image/svg+xml
Before:
After:
Thanks for the PR 😃
I've just published 1.4.0 including your changes.
1.4.0
SVG were not being inlined correctly due to it's mime-type being defined as
image/svg
, were it should beimage/svg+xml
.Before:
After: