forked from shadowfacts/Tusker
Preserve vector data for all icons
This commit is contained in:
parent
aa194543d2
commit
889151dcc2
|
@ -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…
Reference in New Issue