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) {