Update SVGO#11083
Conversation
|
Claude finished @mozzius's task in 1m 4s —— View job Review: Update SVGO
This PR looks fine. No blocking or non-blocking findings. The change bumps What I checked:
Non-blocking observation (optional, not a defect): SVGO 4 is a major version with plugin default changes beyond color casing. The diff here is limited to color case, which suggests the icons were already well-optimized, but it's worth a quick visual sanity-check of a couple of icons in-app since the tooling changed — purely as due diligence, not because I see a problem. |
|
|
Do we even need this? Forgot it was here tbh. The hardest part of exporting icons is collapsing everything into a single path. The minification is helpful, but using https://jakearchibald.github.io/svgomg/ is actually good for previewing too. |
|
I prefer it being in the repo because it standardizes the changes it applies. svgomg just uses svgo under the hood, so you can just dump svgs straight from figma into the assets folder and it will process it |
No description provided.