-
## Overview
I've encountered an issue where the Lottie animation does not handle `to` and `ti` properties correctly when they are set to null in the keyframe definitions. According to the Lottie spec…
-
Time to clean up the code. In order to maintain code, data structure consistency, it is necessary to unify the following separate definitions:
```
Point / GlPoint / WgPoint
```
There are two p…
-
We are considering the removal of the Shape::appendArc() function from the API. It appears to be used only in the SVG loader, not elsewhere. We can migrate this functionality to the SVG loader and rem…
-
Hi there,
Dart is an amazing cross-platform development tool. However, `wearable_rotary` is only supported on very specific devices. In other cases (mobile, PC etc) I would use the mouse wheel or t…
-
# Conan Center Bot
* Date: 30/11/2024
* GitHub Action run: [12092181834](https://github.com/qchateau/conan-center-bot/actions/runs/12092181834)
* Parsed recipes: 1814
* Up-to-date recipes: 903
* Upda…
-
### Introduce the problem
In change log it is mentioned that LVGL now support thorvg to canvas drawing i was thinking to use this to draw lottie images to the canvas but there is no example availab…
-
Hey team,
after upgrading from thorvg 0.13.x to 0.14.x in the dotLottie-rs project, we are encountering a rendering issue. Specifically, when we resize the buffer, nothing is rendered on the canva…
-
I'm making a vector graphics application and while I can't reproduce this, Windows users have given me reports that they get freezes while they zoom into graphics.
In order to implement infinite zo…
-
### LVGL version
v8.3-latest v9.2.0 v9.1.0 latest
### What happened?
I tried to use the latest lvgl package under stm32f407-rt-spark and found that when I compiled it, I got some error
…
-
I would like to port thorvg to my microcontroller board, which features a Cortex-M33 core and runs FreeRTOS. I've noticed that Thorvg relies on C++14, which isn't very friendly for microcontroller pla…