@sergeymell/nativescript-color-wheel
Advanced tools
Comparing version
@@ -113,3 +113,3 @@ import * as common from './common'; | ||
let context = CGBitmapContextCreate(bitmapData, width, height, 8, width * 4, colorSpace, 2 /* kCGImageAlphaPremultipliedFirst */); | ||
const rect = CGRectMake(50, 50, width, height); | ||
const rect = CGRectMake(0, 0, width, height); | ||
const cgImage = CIContext.new().createCGImageFromRect(this.nativeView.image.CIImage, rect); | ||
@@ -116,0 +116,0 @@ CGContextDrawImage(context, rect, cgImage); |
{ | ||
"name": "@sergeymell/nativescript-color-wheel", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Simple and flexible color picker for NativeScript Core and Angular applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
56151
0