You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was experimenting with the open gl context in order to implement the three-d library, I found that Skia completely breaks down while FemtoVG works as expected.
FemtoVG:
Skia:
Skia in my actual application:
The image only shows the little image rectangle, but the entire application is flashing at the framerate. My Slint ui is missing/broken.
Under Skia, the window will randomly crash with different errors every time.
Platform/OS: Fedora Linux 41 | NVidia 570.86.16 | Wayland
Programming Language: Rust
Backend/Renderer: FemtoVG | Skia
Product Impact
I use Skia because the Path objects behave as expected and I utilize them heavily. FemtoVG Paths produce completely different results from Skia. I need the Paths and use of the gl context for other libraries, so this is a major blocker.
The text was updated successfully, but these errors were encountered:
Bug Description
While I was experimenting with the open gl context in order to implement the three-d library, I found that Skia completely breaks down while FemtoVG works as expected.
FemtoVG:

Skia:


Skia in my actual application:
The image only shows the little image rectangle, but the entire application is flashing at the framerate. My Slint ui is missing/broken.
Under Skia, the window will randomly crash with different errors every time.
Reproducible Code
Environment Details
Product Impact
I use Skia because the Path objects behave as expected and I utilize them heavily. FemtoVG Paths produce completely different results from Skia. I need the Paths and use of the gl context for other libraries, so this is a major blocker.
The text was updated successfully, but these errors were encountered: