mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
add tests of cleanupListOfValues
This commit is contained in:
@ -102,7 +102,7 @@ exports.fn = function(item, params) {
|
||||
units = '';
|
||||
}
|
||||
|
||||
roundedListArr.push(num);
|
||||
roundedListArr.push(num+units);
|
||||
|
||||
}
|
||||
// if attribute value is "new"(only enable-background).
|
||||
|
Reference in New Issue
Block a user