Hermet Park

Results 592 comments of Hermet Park

@wenjieshen Thanks for your report. I think we need to confirm whether current thorvg can be compilable/run with v4.0 + native(you can test with macOS) without any issues.

**candidate:** ``` LottieAnimation { class Property //Property / Controller / Accessor ?? { class enum Type : uint8_t { Number = 0, Bool, Color, Point, ... }; Type type(); //get...

> > Minimal changes are highly preferred. > > This might just need a `jerry_value_is_object()` call for this update... > > jerry_value_is_object() only tells us whether the value is an...

Find the best minifier tool, integrate it with thorvg build process. ie) https://www.ctrl-alt-test.fr/glsl-minifier/

Currently, ThorVG follows the SVG 1.1 specification(tiny svg 1.2), whereas modern browsers follow SVG 2.0. As a result, their behaviors differ. Relevant: https://github.com/thorvg/thorvg/issues/2974

latest condition (with Blending) ``` WARNING: ThreadSanitizer: data race (pid=12587) Write of size 8 at 0x72c400065da8 by main thread: #0 memcpy ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors_memintrinsics.inc:115 (libtsan.so.2+0x8bd30) (BuildId: 38097064631f7912bd33117a9c83d08b42e15571) #1 memcpy ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors_memintrinsics.inc:107 (libtsan.so.2+0x8bd30) #2...

@wenjieshen what do you think at performance?

``` "ef": [ { "ty": 5, "nm": "Custom Effect", "np": 3, "ix": 1, "en": 1, "ef": [ //the list of individual values { "ty": 0, "nm": "Slider", "sid": "slider_control", "mn":...