jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

Disable `removeViewbox` plugin #402

Open XhmikosR opened 1 year ago

XhmikosR commented 1 year ago

While svgo still has this enabled by default, it can cause issues

See https://github.com/svg/svgo/pull/1461 for more details

netlify[bot] commented 1 year ago

Deploy Preview for svgomg ready!

Name Link
Latest commit 5e876e80879d5f79704a0df5ca2a16063b0ce6ed
Latest deploy log https://app.netlify.com/sites/svgomg/deploys/65e328797d3f2300074efabb
Deploy Preview https://deploy-preview-402--svgomg.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Darkproduct commented 1 year ago

Oh, and don't forget to read this for a lot more detail: https://github.com/svg/svgo/issues/1128

Lucienest commented 1 year ago

While svgo still has this enabled by default, it can cause issues

See svg/svgo#1461 for more details

People were complaining about this for many years but the sole owner of this project won't listen.

SethFalco commented 9 months ago

It will be some time before we make the change in SVGO (v4 release), so I'd recommend merging this into SVGOMG already.

It may also be worth adding either a warning, or including a link to the documentation for each plugin, so users are more informed on potential consequences of them.

https://svgo.dev/docs/plugins/remove-viewbox/

jakearchibald commented 9 months ago

My bigger plan here is to extend each plugin with its individual options