-
Replace the TVG header version information with auto-generated version info to prevent human-mistakes.
replace (in tvgFormat.h)
```
#define TVG_HEADER_VERSION "010000" //Major 01, Minor 00,…
-
## Overview
I just upgraded to version 0.30.3 of the dotlottie-web library and didn't change anything in my implementation that worked well with 0.30.2. Suddenly the build using Parcel fails.
![…
-
Hey, great work so far! Thanks for taking the path. I was extremely curious how your early work runs in our ionic-angular application and wanted to give it a spin and share it with you.
I just inst…
-
we're experiencing an issue in dotlottie player rendering this asset and would appreciate your help in determining whether the problem lies within the asset itself or if it's related to ThorVG.
Th…
-
## Overview
Post-build errors:426.2cce322dfd085e4d.js:21 Refused to connect to 'https://unpkg.com/@lottiefiles/dotlottie-web@0.30.2/dist/dotlottie-player.wasm' because it violates the document's Cont…
-
## Overview
I experience an issue when using the resize method with the `DotLottieWorker` instead of `DotLottie`.
_Uncaught (in promise) DOMException: Failed to set the 'width' property on 'HTMLCa…
-
## Overview
DotLottieReact, imported from @lottiefiles/dotlottie-react, within Next.js 14.2.5, results in the error:
```
ReferenceError: Worker is not defined
```
## Consuming repo
> What …
-
## Overview
I am using the latest @lottiefiles/dotlottie-react "^0.8.7",
I place it inside a relative positoned div:
```
-
[gradient-fill.json](https://github.com/user-attachments/files/17199396/gradient-fill.json)
The provided Lottie file contains the following slots:
```json
"slots": {
"gradient_fill": {
…
-
## overview
it seems like this repo is completely based on the canvas renderer, as it requires a `canvas` element to function properly. are you planning to integrate the svg renderer as well at som…