From ce15a78abea95fcdc5cbb55daf00a3a3597472b0 Mon Sep 17 00:00:00 2001 From: deepsweet Date: Tue, 2 Oct 2012 15:47:27 +0400 Subject: [PATCH] plugins/removeViewBox: more strict logic --- plugins/removeViewBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.