From a0a7f756c859860c9c2d531a70935c87e70e78a5 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Fri, 2 Oct 2015 14:07:49 +0300 Subject: [PATCH] Fix: images in background are blurred in iOS --- ui/styling/background.ios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/styling/background.ios.ts b/ui/styling/background.ios.ts index 485060692..c826db605 100644 --- a/ui/styling/background.ios.ts +++ b/ui/styling/background.ios.ts @@ -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) {