1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Remove spaces after ‘arcto’ path command flags

This commit is contained in:
GreLI
2019-07-13 16:18:08 +03:00
parent 95f7603983
commit 258fecfa6b
16 changed files with 66 additions and 66 deletions

View File

@ -9,7 +9,8 @@ exports.description = 'merges multiple paths in one if possible';
exports.params = {
collapseRepeated: true,
leadingZero: true,
negativeExtraSpace: true
negativeExtraSpace: true,
noSpaceAfterFlags: true
};
var path2js = require('./_path.js').path2js,