-
### LVGL version
master
### What happened?
I added Arm2D to [this repo](https://github.com/lvgl/lv_port_renesas_ek-ra8d1) added `arm_2d_cfg.h` and CMSIS-DSP, disabled LTO (to avoid some link time e…
-
### Introduce the problem
in my test code
static void DrawLineTest() {
IGUIHANDLER* handler = pGlobalGUIHandler;
if (handler == NULL) return;
lv_fpoint_t pts1[] = { {200, 200}, {400,…
-
I know GIF and PNG sequence support is available in Phaser, but I am pretty sure vector based/Lottie animations are not available from some of the searching I have done on Google, Game Dev Forums, and…
-
## Overview
This is partly a bug report, partly just a question.
There is this "tp" property on layers which is said to be working like this:
"Index of the layer used as matte, if omitted assume …
-
I'm trying to utilize the thorvg markers support in dotlottie-rs and I'm wondering if there is a way I can retrieve Lottie animation marker data, including the name, start frame, and end frame.
Cur…
-
The current thorvg player isn't scalable at browser scale factors. We should consider multiplying the DPR (Device Pixel Ratio) by the canvas size. See: https://cloudinary.com/glossary/device-pixel-rat…
-
### Discussed in https://github.com/orgs/thorvg/discussions/2340
Originally posted by **Jean-Amaro** June 1, 2024
Is there a way to create a text, using the C-API, similarly to what `tvg::Tex…
-
Getting the following error when building ThorVG v0.13.4 in [dotlottie-rs](https://github.com/LottieFiles/dotlottie-rs/actions/runs/9124037614/job/25087478967?pr=148):
```
thorvg/src/loaders/lott…
-
### Tested versions
4.3 bdc0316217940a8ccc80ce536547d42e6477adf4
### System information
Ubuntu 22.04 CI
### Issue description
Cannot compile Godot with command
```
scons -j2 dev_build=yes targe…
-
hello.
I am a thorvg user.
I have a question.
There is no problem when the tvg::SwCanvas::gen() function is used sequentially, but when used asynchronously, the program crashes.
Is there a probl…