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

disable removeViewBox by default (fix #139)

This commit is contained in:
Kir Belevich
2014-01-14 16:17:23 +02:00
parent 444bd2f018
commit da04c47260

View File

@ -2,7 +2,7 @@
exports.type = 'perItem';
exports.active = true;
exports.active = false;
var regViewBox = /^0\s0\s([\-+]?\d*\.?\d+([eE][\-+]?\d+)?)\s([\-+]?\d*\.?\d+([eE][\-+]?\d+)?)$/,
viewBoxElems = ['svg', 'pattern'];