azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
274 stars 45 forks source link

Mobilo L.json final layer is identical to I.json #4

Closed hermitdave closed 6 years ago

hermitdave commented 7 years ago

I have tried both L.json from sample and the one in lottie android. Neither render correctly.

https://raw.githubusercontent.com/airbnb/lottie-android/master/LottieSample/src/main/assets/Mobilo/L.json

azchohfi commented 7 years ago

That's basically because masks are still not being rendered correctly. It is something that I'm aware of and tracking. I was focusing on using the composition APIs, and that is done now. I will try to tackle masks and mattes as a target for a 1st stable version.

azchohfi commented 6 years ago

Fixed by #38