canvas
canvas copied to clipboard
When I change strokeWidth it doesn't seem to have any effect on the line ```html ```
When I apply the following configuration nothing is seen on the screen ```html ```
I'm trying to recreate this animation but I'm having errors on a real Android device. https://codepen.io/towc/details/yNywmX In my simulator it looks like this. Also the FPS remains at 30 https://github.com/NativeScript/canvas/assets/15719383/a8e92366-19a2-4877-83ac-93e90ba4edf0...
Regarding https://github.com/NativeScript/canvas/issues/110 I am trying the same example for iOS https://codepen.io/towc/details/yNywmX On iOS I can see the lines in parts and many flashes. Here I leave a video: https://github.com/NativeScript/canvas/assets/15719383/7617d41a-07cf-4024-914b-6ece3ad3689b My...
It seems that if I draw something on canvas using a timeout, the previous drawing will be erased. Seems to occur on android and ios (devices only) Samples to test:...
NativeScript Core already contains a polyfill for XMLHttpRequest here: https://github.com/NativeScript/NativeScript/blob/main/packages/core/xhr/index.ts Canvas-polyfill uses its own polyfill: https://github.com/NativeScript/canvas/blob/master/packages/canvas-polyfill/async/xhr/TNSXMLHttpRequest.ts This breaks functionality for libraries that use default NS polyfill (e.g. axios).