Hermet Park

Results 592 comments of Hermet Park

> After loading lottie with Picture::load(image);, how can I delete the cached lottie data? It seems that there is no Picture::unload function. @Fancy-viins Hello, it's a reference counting base. if...

> Looks like sw engine have the same issues and related to images (textures), but not for geometry shapes > > @SergeyLebedkin No it's not the image problem(I didn't mention...

> [@hermet](https://github.com/hermet) Can I try this issue? I'll finish it by this weekend. @wet6123 Sure, I think you can send separate patches for gl and wg. Thanks.

@wet6123 please check this as well. thanks. https://github.com/thorvg/thorvg/pull/3664/files

@RuiwenTang any opinion?

> Seems still has problem with the rendering of thin lines. Which svg file is this ? @RuiwenTang `examples/resources/svg/svg2009.svg`

two problems 1. 3d transform 2. ThorVG produces slightly different results when opacity is involved. This might be related to the order in which effects and masking are applied. Currently,...

glyphs works but still `+` is missing.

> * Refactor gradient functions for reuse in blend shaders > * Add shape-specific blend shaders (solid, linear, radial) > * Simplify blend program selection with BlendSource enum > *...