Skip to content

Commit

Permalink
Merge pull request #65 from kristerkari/bugfix/dont-remove-defaults
Browse files Browse the repository at this point in the history
SVGO: don't remove attributes with default values
  • Loading branch information
kristerkari authored Nov 21, 2019
2 parents 2af3f29 + 585d4a9 commit a0bffa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ var defaultsvgrConfig = {
},
{
removeViewBox: false
},
{
removeUnknownsAndDefaults: false
}
]
}
Expand Down

0 comments on commit a0bffa1

Please sign in to comment.