Michal Maciola
Michal Maciola
I am thinking about a debugging software that could load file of formats supported by thorvg (mainly I mean tvg, svg and, if supported in future, json), display it and...
This patch changes the sw_engine, introducing SwSceneTask and allowing to use scene for ClipPath. Union region of rle is being created. @issue: #524
Patch introduces blending options such as Normal, Screen, Multiply, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion
This is an example for blending modes Please merge after [https://github.com/Samsung/thorvg/pull/401](https://github.com/Samsung/thorvg/pull/401) BlendingMode::Multiply preview: 
I am missing a sample for playing a custom set of animations (eg. idle + windshield_wipers of buggy.riv). Current sample [scene_content.cpp](https://github.com/rive-app/rive-cpp/blob/ce0af130b3aef629a7c70d99b66453191c5620cc/viewer/src/viewer_content/scene_content.cpp) allow playing one animation at time and gives no...
lerp function in `src/shapes/metrics_path.cpp` was causing an error: `error: call of overloaded ‘lerp(float&, const float&, float&)’ is ambiguous` ``` /usr/include/c++/9/cmath:1919:3: note: candidate: ‘constexpr long double std::lerp(long double, long double, long...
[totalFrame()](https://github.com/Samsung/rlottie/blob/d7cf0a5abcce8ddffd22058baa46c79da79060e6/src/lottie/lottiemodel.h#L542) returns one frame less than should. It returns the id of the last frame (equal to "op" Out Point), not the total amout of frames. Comparing to https://lottiefiles.com/tools/json-editor resources...
I was testing a resource [demo/adrock/data.json](https://github.com/airbnb/lottie-web/blob/master/demo/adrock/data.json). Found that colors and cubic points are incorrect. I am attaching the json file with all elements, but background and mask, removed for easier...
Position Transform (set in `p` tag: `{"ty":2,"ks":{"p":{"k":[x,y,0]}}}`) has no effect on `node->mImageInfo.mMatrix`. Images will be always displayed in the default top-left corner.
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Android 12 ### Mobile device if the...