You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using SVGO though "grunt-contrib-imagemin". I've reverted to an earlier package.json and package-lock.json that installs SVGO 1.2.2 and everything is fine, so the regression must have creeped up after that version.
Here is an example before/after that was already optimized multiple times with no issue with versions <= 1.2.2. Now I just ran my build process with 1.3.2 and it got ruined:
What viewer do you use? It's a valid optimization, introduced in v1.3. Whitespace is optional after arcto flags, it's in SVG 1 specification. However, as always, you can turn it off as described in #1137 (comment).
You are correct in assuming modern viewers(Firefox, Chrome) view the result properly, but up to date Illustrator outright fails to understand the optimized result(you can check the example I gave). Does Illustator have a non-conformant SVG engine?
Regardless, I've disabled this optimization and everything is fine with my projects, so thank you for pointing me in that direction.
I'm using SVGO though "grunt-contrib-imagemin". I've reverted to an earlier package.json and package-lock.json that installs SVGO 1.2.2 and everything is fine, so the regression must have creeped up after that version.
Here is an example before/after that was already optimized multiple times with no issue with versions <= 1.2.2. Now I just ran my build process with 1.3.2 and it got ruined:
Before:
After:
The problem seems to be changing
9.407 0 1 1 9.329-9.412
to9.407 0 119.329-9.41
Thank you!
The text was updated successfully, but these errors were encountered: