Samsung / rlottie

A platform independent standalone library that plays Lottie Animation.
Other
1.19k stars 228 forks source link

freetype issue #453

Closed umerov1999 closed 3 years ago

umerov1999 commented 4 years ago

in some animation in "v_ft_stroker.cpp. SW_FT_Error ft_stroke_border_cubicto - assert(border->start >= 0);" border->start == -1. In telegram version rlottie work fine

smohantty commented 4 years ago

@umerov1999 If you can attach a sample resource which reproduce the crash will be helpful.

umerov1999 commented 4 years ago

This port to work in android rlottie_android_0.2.tar.gz

anims, screens in https://drive.google.com/file/d/1V-jtdGaRry0kgxRGIGhpzPdm5J2aI-F1/view?usp=sharing

umerov1999 commented 4 years ago

@umerov1999 If you can attach a sample resource which reproduce the crash will be helpful.

I attached my port for androod and animations

umerov1999 commented 3 years ago

@umerov1999 If you can attach a sample resource which reproduce the crash will be helpful.

This manifests itself if several animations are loaded. If you are shipping successively, then everything is OK. Lottie_Cache off, Lottie Thread is also turned off

umerov1999 commented 3 years ago

@umerov1999 If you can attach a sample resource which reproduce the crash will be helpful.

Screenshot_20210219_215502 border->start is overflow

umerov1999 commented 3 years ago

@smohantty vraster.cpp.txt Fixed