ui-canvas icon indicating copy to clipboard operation
ui-canvas copied to clipboard

Implement Canvas into your NativeScript apps.

Results 18 ui-canvas issues
Sort by recently updated
recently updated
newest added

### Which platform(s) does your issue occur on? - affected os: iOS (maybe android?) - version: iOS 17.4 - emulator or device: Simulator ### Please, provide the following version numbers...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.6. Release notes Sourced from @​babel/traverse's releases. v7.23.6 (2023-12-11) Thanks @​martinez-hugo and @​odinho for your first pull requests! :eyeglasses: Spec Compliance babel-generator, babel-parser, babel-types #16154...

dependencies

I could not find a demo for Nativescript core so I created one (to save time for others). It draws both a simple black rectangle on a page and an...

### Make sure to check the demo app(s) for sample usage I checked all examples specially Complex.vue and canvastests.ts but can't make it work. ### If the demo apps cannot...

### Which platform(s) does your issue occur on? - iOS - iOS all versions - all devices ### Please, provide the following version numbers that your issue occurs with: -...

SVG files with `` files do not show correctly on iOS works fine on android. An example is the attached svg file ![online-shopping](https://github.com/nativescript-community/ui-canvas/assets/30000286/c8eb3740-28ed-48db-95bc-a111d7de9c01)

I'm upgrading ui-svg from v0.0.8 to the latest version v0.1.7 and I'm having issues with iOS. Simply put I cannot seem to be able to load SVGs via string on...

I have installed 0.1.2 version for ui-svg library and nativescript core 8.4.4. Application is compiling and rendering SVGs, I don't see any problems with it, but during compilation I always...

### Which platform(s) does your issue occur on? - iOS ### Please, provide the following version numbers that your issue occurs with: - CLI: 8.0.1 - PluginVersion: 0.0.8 ### Please,...

``` WARNING in ./node_modules/@nativescript-community/ui-svg/index.common.js 41:20-30 export 'zeroLength' (imported as 'zeroLength') was not found in '@nativescript/core' ``` Fix: ``` import { CoreTypes } from '../../core-types'; // ... this.left = CoreTypes.zeroLength; this.top...