-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Svg optimization with SVGO is broken #172
Comments
+1 on this |
So, optimization is now permanently going to be off? |
Eventually it'll be re-enabled one day, but probably not in v3.5 |
Alrighty! |
This issue seems to be inactive and will be automatically closed in a few days if it remains without any activity. |
Might be useful to have a label that tells the stalebot to ignore the issue |
This been fixed yet? |
Closing as it's an external issue and not in scope 👍 |
SVGO currently remove required whitespaces from text nodes and break empty html nodes by transforming them into self-closing tags which breaks display.
Image below is displaying nested tweets sections (gray bar on the left) while each one should be separated.
Original image
Optimized
The text was updated successfully, but these errors were encountered: