diff --git a/plugins/removeViewBox.js b/plugins/removeViewBox.js index e44fff2d..d3578059 100644 --- a/plugins/removeViewBox.js +++ b/plugins/removeViewBox.js @@ -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'];