Hermet Park

Results 592 comments of Hermet Park

@mgrudzinska Does this necessary for rounded corner? I've assumed it would but the performance enhancement for Curve 2 Line is not clear yet. Let's carefully review it before confirming.

cc @SergeyLebedkin @RuiwenTang @mgrudzinska

Hi, drop shadow is not supported by the renderer yet, but it will be available soon.

@theashraf What value did you use for the thread number, and which platform did you test it on? Please note that SharedArrayBuffer, required in web, would have a security issue...

Pucker & Bloat ("pb") was used for that part, which ThorVG currently doesn't support. https://github.com/thorvg/thorvg/issues/2681

Hello, I guess this fix addresses the issue. Could someone verify it with this change? 721 in lvgl/src/libs/thorvg/tvgLottieProperty.h ``` //const_cast(other).value = {nullptr, nullptr}; const_cast(other).value = ColorStop(); ```

here is the patch: https://github.com/thorvg/thorvg/pull/2983, the fix will be in thorvg v0.15.5. thanks.

@theashraf Hello, currently thorvg doesn't support it. Support could be considered, but there are currently no concrete plans.

expression corruption: ``` ecma_lcache_invalidate (object_p=object_p@entry=0x7ffff7f39e90 , name_cp=name_cp@entry=1, prop_p=0x7ffff7f3a108 "\267\267") at ../src/loaders/lottie/jerryscript/jerry-core/ecma/base/ecma-lcache.cpp:205 205 if (entry_p->id != 0 && entry_p->prop_p == prop_p) (gdb) where #0 ecma_lcache_invalidate (object_p=object_p@entry=0x7ffff7f39e90 , name_cp=name_cp@entry=1, prop_p=0x7ffff7f3a108 "\267\267") at...

@theashraf Hello, the crash will be fixed in v0.14.8, but the effect still won't work afterward due to the missing layer effect. Please keep this: https://github.com/thorvg/thorvg/issues/2153