SVGO optimization breaks E-Charts rendering
This was detected in: gitlab-ui!692 (closed)
This all seems to come down to a new option SVGO. The option noSpaceAfterFlags
seems to break echarts rendering.
Here is the upstream issue for E-Charts: https://github.com/apache/incubator-echarts/issues/11087
Until this is fixed, we can disable: noSpaceAfterFlags
for now.
Edited by Lukas Eipert