canvas icon indicating copy to clipboard operation
canvas copied to clipboard

Results 26 canvas issues
Sort by recently updated
recently updated
newest added

``` Testing failed: While building for Mac Catalyst, no library for this platform was found in '~/myproj/node_modules/@nativescript/canvas/platforms/ios/CanvasNative.xcframework'. Testing cancelled because the build failed. ``` (Encountered while using attempting to use...

enhancement

### Tested on iOS **CODE** ```vue ``` ```javascript canvas = args.object ctx = canvas.getContext('2d') as CanvasRenderingContext2D; canvas.width = canvas.clientWidth; canvas.height = canvas.clientHeight; const gradient = ctx.createConicGradient(90, canvas.width/2, canvas.height/2); // Add...

Use [HardwareBuffer](https://developer.android.com/ndk/reference/group/a-hardware-buffer) & [IOSurface](https://developer.apple.com/documentation/iosurface) for ImageAsset and ImageBitmap to enable zero-copy GPU transfers

enhancement
Canvas