We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slick.svg
Hi, while running the image optimizer https://github.com/vbenjs/vite-plugin-imagemin/tree/main#readme I get an optimization error saying
rendering chunks (3)...imagemin error:assets/slick-BlzDm7g2.svg
I think the svg image is not a valid svg, as it's starts as an xml tag and !DOCTYPE. Shouldn't start with svg instead ?
xml
!DOCTYPE
svg
Link to the file: https://github.com/kenwheeler/slick/blob/master/slick/fonts/slick.svg?short_path=b36a66a
Thanks
The text was updated successfully, but these errors were encountered:
It's a svg 1.1 file that allows these headers. It might be a good idea to upgrade the file to a more modern svg version.
Sorry, something went wrong.
No branches or pull requests
Hi, while running the image optimizer https://github.com/vbenjs/vite-plugin-imagemin/tree/main#readme I get an optimization error saying
I think the svg image is not a valid svg, as it's starts as an
xml
tag and!DOCTYPE
. Shouldn't start withsvg
instead ?Link to the file: https://github.com/kenwheeler/slick/blob/master/slick/fonts/slick.svg?short_path=b36a66a
Thanks
The text was updated successfully, but these errors were encountered: