Skip to content

Commit

Permalink
fix: pictogram rendering bugs (#4081)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Sep 25, 2019
1 parent f6ad5eb commit cdde562
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/icon-build-helpers/src/builders/vanilla/svgo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const plugins = [
}
}

const sizes = ['16', '20', '24', '32'];
const sizes = ['16', '20', '24', '32', '48'];

for (const size of sizes) {
if (
Expand Down Expand Up @@ -171,9 +171,6 @@ const plugins = [
{
cleanupNumericValues: true,
},
{
moveElemsAttrsToGroup: true,
},
{
moveGroupAttrsToElems: true,
},
Expand Down

0 comments on commit cdde562

Please sign in to comment.