Skip to content

Commit

Permalink
fix(ios): Icon should have template-rendering-intent (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj authored Oct 13, 2023
1 parent c2c9cfa commit 852dcd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/assets/convert-svg-to-ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const assetContentsJson = (fileName) => ({
},
properties: {
'preserves-vector-representation': true,
'template-rendering-intent' : 'template'
},
});

Expand Down
1 change: 1 addition & 0 deletions src/scripts/icons/convert-svg-to-ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const iconContentsJson = (fileName) => ({
},
properties: {
'preserves-vector-representation': true,
'template-rendering-intent' : 'template'
},
});

Expand Down

0 comments on commit 852dcd9

Please sign in to comment.