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

Add --show-plugins option

This commit is contained in:
Yoshiya Hinosawa
2015-06-07 19:35:49 +09:00
parent e9d00c5c57
commit 8e6b365c40
38 changed files with 107 additions and 1 deletions

View File

@ -4,6 +4,8 @@ exports.type = 'perItem';
exports.active = true;
exports.description = 'remove non-inheritable group\'s "presentation" attributes';
var inheritableAttrs = require('./_collections').inheritableAttrs,
attrsGroups = require('./_collections').attrsGroups,
excludedAttrs = ['display', 'opacity'];