Skip to content

Commit

Permalink
disable removeViewBox by default (fix #139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir Belevich committed Jan 14, 2014
1 parent 444bd2f commit da04c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/removeViewBox.js
Expand Up @@ -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'];
Expand Down

0 comments on commit da04c47

Please sign in to comment.