Skip to content

Commit 6bd2453

Browse files
committed
Fix choppy paperclip icon on iphone6
Previously ios was generating the asset for us from our vector (pdf), but apparently it does a crappy job. Most notably on small thin lines like our paperclip. // FREEBIE
1 parent 33f63e7 commit 6bd2453

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

Signal/Images.xcassets/btnAttachments--blue.imageset/Contents.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "btnAttachments--blue.pdf"
5+
"filename" : "btnAttachments--blue.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
617
}
718
],
819
"info" : {
Binary file not shown.
374 Bytes
Loading
637 Bytes
Loading
965 Bytes
Loading

0 commit comments

Comments
 (0)