LVGL Pro Editor being able to load SVG + Lottie

<lv_image> doesn’t currently support vector graphics in the XML format.

At least, I can’t seem to get it to work and the documentation seems to ignore them.

Hi!

Lottie animations are not yet supported in XML in Pro Editor.
Even if doing it in C manually it won’t work building in the Editor because the Editor lv_conf.h does not have LV_USE_LOTTIE or LV_USE_RLOTTIE defined.

But support will be added in next releases. Stay tuned!