-
Hi, do we have plans to add more attributes to the tvg format?
For example, `use` and `group`, `xlink` and primitive shapes: `rect`, `circle`, so that after the image is loaded successfully, Users c…
-
When integrating the tvg_canvas_set_viewport C API in dotLottie-rs, I am getting an undefined symbol error when building for all targets: iOS, Android, and WASM.
ThorVG version: 0.13.5
-
Stroke trimming is useful for artistic visuals including Lottie Animation.
ThorVG already has this feature built-in; it could provide the APIs for general usage:
```
Shape::strokeTrim(float begi…
-
[TestThorVG.zip](https://github.com/thorvg/thorvg/files/15392543/TestThorVG.zip)
I tried both using my own code and other's as https://github.com/mmaciola/thorvg-freeglut, however whenever I play the…
GTSKA updated
6 months ago
-
current result:
![41before](https://user-images.githubusercontent.com/67589014/138977576-e294edae-9a18-4863-b426-1c1c47c102de.PNG)
expected:
-
**Build Configure**
`meson setup builddir -Db_sanitize="address, undefined" -Dloaders=all -Dengines=all`
**ClipPath, Lottie, PictureRaw, SVG**
```
Direct leak of 1440 byte(s) in 18 object(s) all…
-
### Problem to solve
Add support for parsing and rendering Lottie animations.
LVGL already has support for [rlottie](https://docs.lvgl.io/master/libs/rlottie.html), but it's difficult to compile a…
-
1. rw.invalid is true. Are there any conditions under which it becomes false?
https://github.com/thorvg/thorvg/blob/568846491da025b57823adc63ae4920c6e7c7eef/src/renderer/sw_engine/tvgSwRle.cpp#L9…
-
### Tasks Review
- [x] https://github.com/thorvg/thorvg/issues/2138
- [x] https://github.com/thorvg/thorvg/issues/2116
- [x] https://github.com/thorvg/thorvg/pull/2143
- [x] https://github.com/tho…
-
As a Type supported web standard component, `@thorvg/lottie-player` should support the explicit type defination.
## lottie-player.ts
There is no module type, the `TvgModule` is just `any` type…