You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement request related to a problem? Please describe.
When selecting "Minify the selected document and preserve the original" on an SVG file, the plugin indicates this error: "β We can not format this file type yet (svg), use a valid one".
As SVG file format is internally an XML, this should be supported out-of-the-box.
Describe the solution you'd like
When selecting "Minify the selected document and preserve the original" on an SVG file, create a -min file with extension SVG.
Describe alternatives you've considered
Renaming the SVG files to include extension XML instead makes the minifier work.
However, the extension assigned to the -min file is HTML, something that probably happens with all XML files.
π Enhancement Request
Is your enhancement request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered