Hermet Park

Results 200 issues of Hermet Park

Example working condition: - [x] Shape - [x] MultiShapes - [x] Scene - [x] Path - [x] PathCopy - [x] LinearGradient - [x] RadialGradient - [x] PictureJpg - [x] PicturePng...

feature
raster

scheme: https://github.com/LottieFiles/lottie-docs/blob/fc7d3de485b1da75a447aceeb9993eb0b525b3d1/docs/schema/animation/animation.json#L116 example: ``` { "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 60, "ip": 0, "op": 121, "w": 550,...

feature
lottie

Dash-offset result is different with inkscape version. ![image](https://github.com/thorvg/thorvg/assets/3711518/27f53589-755a-404a-8122-3f62fcb517f4) ``` ``` History: https://github.com/thorvg/thorvg/pull/1685

enhancement

Finally, the major version of thorvg is going to be changed. This is the opportunity to clear up any mess. 1. Clear the Experimental APIs 2. Remove all deprecated APIs...

refactoring
APIs

I believe TVG can aim to add a window feature in TVG 2.0. During the early stages of development, we can begin by supporting this as the beta feature with...

question/idea
feature

The push() function of the canvas for the paints can reside on the task scheduler, allowing us to enhance threading efficiency. Currently, canvas->push() triggers an immediate update() for the paint...

optimization

Expression is one of the advanced features that are widely used among users. https://lottiefiles.github.io/lottie-docs/expressions/

enhancement
lottie

[blending_sample.json](https://github.com/thorvg/thorvg/files/14096264/blending_sample.json) Result: ![image](https://github.com/user-attachments/assets/94d5c7db-34bd-4193-89d7-94bb20fc5af6) Expected: ![image](https://github.com/thorvg/thorvg/assets/3711518/34c3774b-5b89-417c-9942-2114b825c556)

bug
cpu
lottie

These two functions are worth considering. - Animation::duplicate() - Sharing the existing Lottie Loader instance among the Animation instances.

feature
renderer

please check this codepen example I created: https://codepen.io/aidosmf/pen/PoLYzVX if I would like to change styles programmatically, there is no way to access it from the instance. The public methods are...

web