Fix: images in background are blurred in iOS

This commit is contained in:
vakrilov
2015-10-02 14:07:49 +03:00
parent d4220be9a4
commit a0a7f756c8

View File

@ -32,7 +32,7 @@ export module ios {
UIGraphicsEndImageContext();
}
UIGraphicsBeginImageContextWithOptions(frame.size, false, 1.0);
UIGraphicsBeginImageContextWithOptions(frame.size, false, 0.0);
var context = UIGraphicsGetCurrentContext();
if (background.color && background.color.ios) {