Skip to content

Commit

Permalink
Remove the removeViewBox plugin from the default plugins list.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Mar 31, 2021
1 parent 3d79f57 commit cbda34b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ module.exports = {
'removeUnknownsAndDefaults',
'removeNonInheritableGroupAttrs',
'removeUselessStrokeAndFill',
'removeViewBox',
'cleanupEnableBackground',
'removeHiddenElems',
'removeEmptyText',
Expand Down
2 changes: 1 addition & 1 deletion plugins/removeViewBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { closestByName } = require('../lib/xast.js');

exports.type = 'perItem';

exports.active = true;
exports.active = false;

exports.description = 'removes viewBox attribute when possible';

Expand Down

0 comments on commit cbda34b

Please sign in to comment.