Preserve vector data for all icons

This commit is contained in:
Shadowfacts 2018-09-03 15:20:50 -04:00
parent aa194543d2
commit 889151dcc2
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
4 changed files with 10 additions and 2 deletions

View File

@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
"template-rendering-intent" : "template",
"preserves-vector-representation" : true
}
}

View File

@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
"template-rendering-intent" : "template",
"preserves-vector-representation" : true
}
}

View File

@ -17,5 +17,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
}

View File

@ -17,5 +17,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
}