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:
@ -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,
|
||||
|
Reference in New Issue
Block a user