Michal Maciola

Results 11 issues of 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...

good first issue
feature

This patch changes the sw_engine, introducing SwSceneTask and allowing to use scene for ClipPath. Union region of rle is being created. @issue: #524

bug
enhancement

Patch introduces blending options such as Normal, Screen, Multiply, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion

feature

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: ![Screenshot from 2021-05-28 12-35-02](https://user-images.githubusercontent.com/71131832/119971407-35f07600-bfb1-11eb-9fde-cf42e32b511f.png)

feature
example

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.

bug

### 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...

platform:android
type:bug
task:face detection