Ramez Ragaa

Results 109 comments of Ramez Ragaa

It seems like loading with opengl costs so much more than loading with `canvas.getContext('2d').drawImage` and somehow looping by hand over the entire byte array has minimal impact even with very...

The machine I was testing on was implementing webgl in software. When testing on a slower machine but with HWA, the numbers are closer but the 2d implementation is still...

It looks like this is specifically a problem on (some) Wayland environments. The gtk crash indicates that the spawned gtk window is not an X11 window, but a wayland window....

@mucahit-turhan I'm not sure about the symbol error in VSCode, but the one is rider is the same at the error shown earlier in the issue. You could try `xhost...

I've reduced the render cycle to drawing the visual of the `Path` only and it still reproduced. Here are the insane results of this investigation: 1. The problematic part is...

Update: This gets fixed using SkiaSharp 3.0.0-preview.4.1 (or any version >= 3.0.0 I guess), which confirms that it's a bug in skia.