Galerie und tage
This commit is contained in:
6
node_modules/svgo/plugins/removeDesc.js
generated
vendored
6
node_modules/svgo/plugins/removeDesc.js
generated
vendored
@@ -5,12 +5,12 @@ exports.type = 'perItem';
|
||||
exports.active = true;
|
||||
|
||||
exports.params = {
|
||||
removeAny: true
|
||||
removeAny: false
|
||||
};
|
||||
|
||||
exports.description = 'removes <desc>';
|
||||
exports.description = 'removes <desc> (only non-meaningful by default)';
|
||||
|
||||
var standardDescs = /^(Created with|Created using)/;
|
||||
var standardDescs = /^Created with/;
|
||||
|
||||
/**
|
||||
* Removes <desc>.
|
||||
|
||||
Reference in New Issue
Block a user