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

After ‘arcto’ path command(a or A) flags, spaces are no longer removed by default (#1353)

Co-authored-by: 壹丝 <jie.lijie@alibaba-inc.com>
This commit is contained in:
一丝
2021-02-20 23:58:42 +08:00
committed by GitHub
parent 26f5e323dd
commit 8d7cfa02c7
14 changed files with 41 additions and 31 deletions

View File

@ -11,7 +11,7 @@ exports.params = {
force: false,
leadingZero: true,
negativeExtraSpace: true,
noSpaceAfterFlags: true
noSpaceAfterFlags: false, // a20 60 45 0 1 30 20 → a20 60 45 0130 20
};
var path2js = require('./_path.js').path2js,