summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-21 01:23:43 +0300
committerGravatar Vitaly Takmazov2019-03-21 14:08:59 +0300
commitd939a7a7f157e022870fcbe0632cdd195ce91f8b (patch)
treececde798790e138f3e943e30f8b71f178adcf14b
parent1871f3d5298efb978be825b03fd9c20ff4c204a8 (diff)
Image rendering mode
-rw-r--r--Juick/Images.xcassets/ei-comment.imageset/Contents.json1
-rw-r--r--Juick/Images.xcassets/ei-envelope.imageset/Contents.json1
-rw-r--r--Juick/Images.xcassets/ei-heart.imageset/Contents.json1
-rw-r--r--Juick/Images.xcassets/ei-navicon.imageset/Contents.json1
4 files changed, 4 insertions, 0 deletions
diff --git a/Juick/Images.xcassets/ei-comment.imageset/Contents.json b/Juick/Images.xcassets/ei-comment.imageset/Contents.json
index a558093..6ba09ec 100644
--- a/Juick/Images.xcassets/ei-comment.imageset/Contents.json
+++ b/Juick/Images.xcassets/ei-comment.imageset/Contents.json
@@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
+ "template-rendering-intent" : "template",
"preserves-vector-representation" : true
}
} \ No newline at end of file
diff --git a/Juick/Images.xcassets/ei-envelope.imageset/Contents.json b/Juick/Images.xcassets/ei-envelope.imageset/Contents.json
index 0396a1f..2bba839 100644
--- a/Juick/Images.xcassets/ei-envelope.imageset/Contents.json
+++ b/Juick/Images.xcassets/ei-envelope.imageset/Contents.json
@@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
+ "template-rendering-intent" : "template",
"preserves-vector-representation" : true
}
} \ No newline at end of file
diff --git a/Juick/Images.xcassets/ei-heart.imageset/Contents.json b/Juick/Images.xcassets/ei-heart.imageset/Contents.json
index 05954be..07b3f90 100644
--- a/Juick/Images.xcassets/ei-heart.imageset/Contents.json
+++ b/Juick/Images.xcassets/ei-heart.imageset/Contents.json
@@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
+ "template-rendering-intent" : "template",
"preserves-vector-representation" : true,
"auto-scaling" : "auto"
}
diff --git a/Juick/Images.xcassets/ei-navicon.imageset/Contents.json b/Juick/Images.xcassets/ei-navicon.imageset/Contents.json
index f15777f..b3ccd62 100644
--- a/Juick/Images.xcassets/ei-navicon.imageset/Contents.json
+++ b/Juick/Images.xcassets/ei-navicon.imageset/Contents.json
@@ -19,6 +19,7 @@
"author" : "xcode"
},
"properties" : {
+ "template-rendering-intent" : "template",
"preserves-vector-representation" : true
}
} \ No newline at end of file