mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
The space is optional between transform functions in the `transform` attribute and similar properties. This just omits the space as a micro-optimization. This does not add new tests is the scenario is covered adequately in existing tests. Also refactors js2transform to avoid concatenating in a loop.