svgo icon indicating copy to clipboard operation
svgo copied to clipboard

fix SVGO ignoring config for `datauri` and `path`

Open dlueth opened this issue 2 years ago • 1 comments

The currently implemented code for multipass leads SVGO to completely ignore config options for datauri and path in most cases so that it will never base64-encode to datauri.

dlueth avatar Jun 15 '22 08:06 dlueth

@TrySound Would you mind having a look eventually?

dlueth avatar Aug 01 '22 04:08 dlueth

Fixed in https://github.com/svg/svgo/releases/tag/v3.0.0

TrySound avatar Oct 23 '22 14:10 TrySound