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

Formatting

This commit is contained in:
GreLI
2015-06-21 19:13:41 +03:00
parent 336b08998d
commit a7f62d8984
34 changed files with 36 additions and 35 deletions

View File

@ -4,7 +4,7 @@ exports.type = 'perItem';
exports.active = false;
exports.description = 'remove viewBox attribute when possible (disabled by default)';
exports.description = 'removes viewBox attribute when possible (disabled by default)';
var regViewBox = /^0\s0\s([\-+]?\d*\.?\d+([eE][\-+]?\d+)?)\s([\-+]?\d*\.?\d+([eE][\-+]?\d+)?)$/,
viewBoxElems = ['svg', 'pattern'];