Preserve vector data for all icons
This commit is contained in:
parent
f6e9d40e25
commit
88806b627a
@ -19,6 +19,7 @@
|
|||||||
"author" : "xcode"
|
"author" : "xcode"
|
||||||
},
|
},
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"template-rendering-intent" : "template"
|
"template-rendering-intent" : "template",
|
||||||
|
"preserves-vector-representation" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -19,6 +19,7 @@
|
|||||||
"author" : "xcode"
|
"author" : "xcode"
|
||||||
},
|
},
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"template-rendering-intent" : "template"
|
"template-rendering-intent" : "template",
|
||||||
|
"preserves-vector-representation" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -17,5 +17,8 @@
|
|||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"version" : 1,
|
||||||
"author" : "xcode"
|
"author" : "xcode"
|
||||||
|
},
|
||||||
|
"properties" : {
|
||||||
|
"preserves-vector-representation" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -17,5 +17,8 @@
|
|||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"version" : 1,
|
||||||
"author" : "xcode"
|
"author" : "xcode"
|
||||||
|
},
|
||||||
|
"properties" : {
|
||||||
|
"preserves-vector-representation" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user