Skip to content

Fix svgo optimization

Lukas 'ai-pi' Eipert requested to merge fix-svgo-optimization into master

When updating svgo to the newest version in 14ccb864, it enabled a new setting removeViewBox per default src which removes the viewBox attribute.

This lead to this regression in gitlab: https://gitlab.com/gitlab-org/gitlab-ce/issues/46345

This MR disables the removeViewBox plugin and re-generates all svgs.

Merge request reports