mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Tune plugins
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
exports.type = 'perItem';
|
||||
|
||||
exports.active = false;
|
||||
exports.active = true;
|
||||
|
||||
exports.description = 'removes viewBox attribute when possible (disabled by default)';
|
||||
exports.description = 'removes viewBox attribute when possible';
|
||||
|
||||
var viewBoxElems = ['svg', 'pattern', 'symbol'];
|
||||
|
||||
|
Reference in New Issue
Block a user