Hermet Park
Hermet Park
Looks this is correct behavior as masking just doing as its role. masking should not change its target's behavior.
Sorry, I misunderstood.
just checked, it's still valid issue.
Current Issues: Common: 1. Star Shape is not properly convoluted 2. Transformation doesn't supported 3. Stroke Join/Cap option doesn't supported 4. Stroke dash is not supported Examples: 1. [Async] is...
1550, 1552, 2371, 2909 - confirm fixed 2192, 3323 - gradient filling of body is a bit different 2224, 2229, 2684 - no plan to support it yet
@qarmin fixed 1550, 1552, 2371, 2909 in https://github.com/Samsung/thorvg/releases/tag/v0.8.1
1. @JSUYA Good suggestion. in your suggestion, the second approach looks better than no.1. 2. I'm worrying Picture will become too complex. We need to confirm that some obvious benefits...
``` class TVG_EXPORT Lottie final : public Picture, public Animation auto lottie = Lottie::gen(); lottie->load("xxx.json"); -----------------------------[LottieLoader] lottie->frame(x); lottie->size(width, height); auto lottiePtr = lottie.get(); //get handle by user. canvas->push(move(lottie)); ```
@mgrudzinska it sounds about the build script issue. it would be better if you mention how build it on windows and error messages.
@JSUYA Are you available on this issue?