mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
Ref https://github.com/svg/svgo/issues/32 Added `stringifyPathData` utility to produce small as possible path by - matching leading moveto and line to commands (m -> l, M -> L) - combining moveto and lineto commands - avoiding space before decimal numbers if possible
603 B
603 B