diff --git a/plugins/removeViewBox.js b/plugins/removeViewBox.js index e0daca4f..6c753c1c 100644 --- a/plugins/removeViewBox.js +++ b/plugins/removeViewBox.js @@ -1,5 +1,5 @@ var regViewBox = /^0\s0\s(\d+)\s(\d+)$/, - viewBoxElems = ['svg', 'marker', 'pattern', 'symbol', 'view']; + viewBoxElems = ['svg', 'pattern']; /** * Remove viewBox attr which coincides with a width/height box.