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

Tune plugins

This commit is contained in:
GreLI
2017-10-22 19:32:24 +03:00
parent f8234fd3f8
commit 055e303607
7 changed files with 28 additions and 355 deletions

View File

@ -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'];